05.11.2014, 08:30
pawn Код:
new string[128];
SendClientMessage(playerid, -1, "Radio changed, now playing: Hot 108 Jamz !");
format(string, sizeof(string), "%s changed the radio station to Hot 108 Jamz", PlayerNameEx(playerid));
SendClientMessageToAll(-1, string);
ListeningToRadio[playerid] = 1;
/*
Or you can use : PlayAudioStreamForPlayer
*/