10.02.2020, 20:24
PHP Code:
if(!strcmp(cmd, "/radio", true))
{
PlayAudioStreamForPlayer(playerid,"http://listen.shoutcast.com:80/RadioHunter-TheHitzChannel");
SendClientMessage(playerid,0xC0C0C0AA, "| INFO | Radio ligada com Sucesso!");
GameTextForPlayer(playerid, "~g~Radio Ligada", 7000, 1);
return 1;
}