17.06.2012, 08:02
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:
Errors:
pawn Код:
CMD:station off(playerid, params[]);
{
StopAudioStreamForPlayer(playerid);
}
Errors:
pawn Код:
error 001: expected token: "(", but found "-identifier-"
error 001: expected token: ";", but found "("