/setstation - 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: /setstation (
/showthread.php?tid=565765)
/setstation -
Trevor Gin - 01.03.2015
<REMOVED>
Re: /setstation -
hamzajaved780 - 01.03.2015
It wont resume automatically you should use a variable for that like
It may help:
Код:
usingstation[playerid] = 1;
musicchanel[playerid] = 1,2,3... soon;
public onpalyerentervehicle (playerid)
if (usingstation[playerid] == 1)
{
if (musicchanel[playerid] == 1) return Playaudiostreamforplayer
if (musicchanel[playerid] == 2) return Playaudiostreamforplayer
if (musicchanel[playerid] == 3) return Playaudiostreamforplayer
if (musicchanel[playerid] == 4) return Playaudiostreamforplayer
.
.
.
}
Re: /setstation -
Trevor Gin - 02.03.2015
You can find here all the system of /setstation, fix it and re-send the codes, thank you
http://www.mediafire.com/download/nz...Setstation.txt