Skin selection song? - 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)
+--- Thread: Skin selection song? (
/showthread.php?tid=399618)
Skin selection song? -
Lynet - 15.12.2012
I keep try to make this but errors.
Someone can give me a ex. on a song at OnPlayerRequestClass?
Re: Skin selection song? -
FTLOG - 15.12.2012
Код:
public OnPlayerRequestClass( playerid, classid ) {
PlayerPlaySound(...
return true;
}
Re: Skin selection song? -
Lynet - 15.12.2012
It need to be .mp3 ?
Re: Skin selection song? -
DaRk_RaiN - 15.12.2012
PlayerPlaySound is only for gta songs.
PlayAudioStreamForPlayer
will work.
Re: Skin selection song? -
Lynet - 15.12.2012
Please give me an example.
Re: Skin selection song? -
DaRk_RaiN - 15.12.2012
PlayAudioStreamForPlayer(playerid, "http://k005.kiwi6.com/hotlink/7a5ai0v3sv/returns_a_king.mp3");