17.12.2014, 15:39
fala galera blz ? alguem me ajude nesse code
tipo a quando do /tocarrock , com a profissao promoter , nгo toca , й fala que nгo sou dj.
Код:
if (!strcmp(cmdtext, "/tocarrock", true)) { if(pAdmin[playerid] != 5 || PlayerInfo[ playerid ][pProfissao] == Promoter ) return SendClientMessage(playerid, -1, "Vocк nгo й DJ!"); new trampo[256]; static e, i ; for(e = GetMaxPlayers(), i = 0; i != e; ++i){ if(IsPlayerConnected(i)){ PlayAudioStreamForPlayer(i, "http://205.164.62.20:8200"); } } format(string, sizeof(string), "O Dj %s esta tocando Rock", aname, trampo); GameTextForAll(string, 3000, 3); return true; }