Posts: 81
Threads: 18
Joined: Dec 2008
Reputation:
0
Hello everyone, well I have a doubt I want to add a sound when you choose this character on my server. I already got the sound and try to put everything right, but what happens I have a problem when I choose the character after the music never stops.
Please help ..
Greetings.
Sorry for my bad english.
Posts: 435
Threads: 15
Joined: Feb 2008
Reputation:
0
In "OnPlayerSpawn" do PlaySound("whatever music id +1", x, y, z);
So whatever your music id play that id +1 so if it was 1200 you play 1201 to stop.
Posts: 81
Threads: 18
Joined: Dec 2008
Reputation:
0
The song is: PlayerPlaySound(playerid, 1183, 1958.3783, 1343.1572, 15.3746); Plzz add the +1.
Posts: 81
Threads: 18
Joined: Dec 2008
Reputation:
0
This is the sound you want:
SOUND_DRIVING_AWARD_TRACK_START 1183 (music)
SOUND_DRIVING_AWARD_TRACK_STOP 1184
Please help put the sound in the beginning of the server when it chooses the character.