/setstation
#1

<REMOVED>
Reply
#2

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
  .
  .
  .

}
Reply
#3

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)