I need help with sounds (spawning) - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: I need help with sounds (spawning) (
/showthread.php?tid=234865)
I need help with sounds (spawning) -
sMog. - 04.03.2011
How to add that : when player choose men the music plays ? It is better if i can use costum music i am seen servers where is music
Re: I need help with sounds (spawning) -
Riddick94 - 04.03.2011
Custom music? you're talking about
Audio Plugin i think.
pawn Код:
switch(Gender)
{
case 0(Men):Audio_Stop, Audio_Play/Streamed.
case 1(WoMan):Audio_Stop, Audio_Play/Streamed.
}