24.03.2014, 03:47
O mais provavel seja que a url http://127.0.0.1:80/ tenha saido do ar.. ou parado..
Usa a Hunter.. e mt booa:
Usa a Hunter.. e mt booa:
PHP код:
if (strcmp("/ligarmp3", cmdtext, true, == 0)
{
if(PlayerInfo[playerid][Mp3Player] == 0) return SendClientMessage(playerid,ERRO, "Erro: Vocк nгo tem um MP3, para comprar digite: '/comprarmp3'!");
PlayAudioStreamForPlayer(playerid, "http://live.hunterfm.com/live");
SendClientMessage(playerid, COR_PRINCIPAL, "[INFO] Vocк ligou o MP3!");
return 1;
}