Show Posts
|
Pages: [1] 2 3
|
1
|
Scripting / Script Help / Script needs help
|
on: July 23, 2015, 06:05:52 am
|
function onPlayerChat( player, text ) { if (player.Colour = 1 ) { Message("[#00ffff][FBI] "+ "[#ff8000]- " + player.ColouredName + " [#ffffff]: " + text ); } if (player.Colour = 2 ) { Message("[#00ffff][LCPD] "+ "[#ff8000]- " + player.ColouredName + " [#ffffff]: " + text ); } return 0; }
This is my source has two roles, colors are 1 and 2, although you can use, but when the FBI sent are displayed?
How can I make?
|
|
|
2
|
Scripting / Script Help / Re: Need some help
|
on: July 22, 2015, 01:02:31 pm
|
From crazy server:
function PlaybackSound(sound, player = null, pos = null) { local name = sound, sound = FindSound(sound); if (sound) { if (typeof player == "integer"){ local radius = player; for (local i = 0; i < GetMaxPlayers(); i++) { player = FindPlayer(i); if (player) { if (GetDistance(player.Pos, pos) < radius) PlaybackSound(name, player); } } } else { if (sound.Open(player)) sound.Play(player); else { sound.Close(player); sound.Open(player); sound.Play(player); } } } else throw("PlaybackSound(): No sound file"); }
Example: - Radius: PlaybackSound("headshot.mp3", 30, player.Pos); - Everyone: PlaybackSound("headshot.mp3"); - Player: PlaybackSound("headshot.mp3", player);
Sorry, I do not know how to use it? For example, I enter the command / music, everyone playing music gta.mp3, so how do?
|
|
|
3
|
Scripting / Script Help / Need some help
|
on: July 22, 2015, 12:03:35 pm
|
Hello everyone, I also encountered some problems in making my server.
I would like to know how to make Sound for all playing together?
There are some servers have the same ring into the mission, how does this make? For example a player enters the circle to send a message
I am very anxious hope you can help me!
|
|
|
6
|
Liberty Unleashed / Liberty Unleashed Chat / Consult
|
on: July 11, 2015, 06:43:27 am
|
I am a Chinese player, because the LU is in English, so I Xiangnong something, so that more people easy to understand, I want to know LU configuration stored? Such as name, IP settings like, please tell me!
|
|
|
10
|
Liberty Unleashed / Support / On the LU installation problems
|
on: March 24, 2015, 11:32:30 pm
|
Everybody is good. I have a question about the LU game.
I installed LU on a Win7 system for my friend, plug-ins are installed, the LU and the game is complete, but he can't from LU into the online game, but into stand-alone, may I ask how to solve?
|
|
|
13
|
Liberty Unleashed / Support / Re: CRC Checks?
|
on: March 07, 2015, 12:41:00 am
|
:)Maybe you say that would be kicked into the game? Cause or method is generally as follows: 1. Retry the installation of your LU to GTA3 directory 2. Upgrade your clients when you open the LU 3. Make sure that you are the original GTA3 4. Replace another GTA3 game LU currently not many people, you are welcome to join
|
|
|
|