17.06.2012, 08:05
Quote:
Well, I've scripted my own radio, and it worked. now I've scripted a command to stop the streaming, as I get errors while compiling, here's the code:
pawn Код:
Errors: pawn Код:
|
pawn Код:
CMD:stationoff(playerid, params[])
{
StopAudioStreamForPlayer(playerid);
return 1;
}