SA-MP Forums Archive
One Help Needed With Music player - 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: One Help Needed With Music player (/showthread.php?tid=385489)



One Help Needed With Music player - Ghost_Boii - 16.10.2012

i Would Like To Get Music OnPlayerConnect In My SATDM Gamemode .Can Anyone Help ? For Helping Me i will be rewarding him +1Rep

Hope You Will Help Me


Re: One Help Needed With Music player - newbienoob - 16.10.2012

Just put this under OnPlayerConnect
PlayAudioStreamForPlayer(playerid, url);
To stop it, use
StopAudioStreamForPlayer(playerid);


Re: One Help Needed With Music player - XtremeR - 16.10.2012

get the latest 0.3e includes
goto OnPlayerConnect
and paste:

PlayAudioStreamForPlayer(playerid, SONGURL);

then goto OnPlayerSpawn
and paste:
StopAudioStreamForPlayer(playerid);


Re : Re: One Help Needed With Music player - yusei - 16.10.2012

Quote:

PlayAudioStreamForPlayer(playerid, SONGURL);
FIND your .mp3 music