22.11.2016, 11:44
O_o
Код:
if(strcmp("/eletronica", cmdtext, true) == 0) { GameTextForPlayer(playerid,"~g~~h~~h~] ELETRONICA ~W~] !",3000,3); PlayAudioStreamForPlayer(playerid, "http://streaming.shoutcast.com/RadioHunter-TheHitzChannel?lang=pt-BR%2cpt%3bq%3d0.8%2cen-US%3bq%3d0.6%2cen%3bq%3d0.4"); new nome[24], str[128]; GetPlayerName(playerid, nome, 24); format(str, 128, "Jogador %s Esta Ouvindo /Eletronica.", nome); SendClientMessageToAll(-1, str); return 1; }