12.06.2012, 13:40
Se nгo conseguir com esse acima tente esse.
Код:
SendClientMessage(playerid, COLOR_GRAD2, "USE: /trazer [id]"); return true; } new Float:plocx,Float:plocy,Float:plocz; new plo, world; plo = ReturnUser(tmp); world = GetPlayerVirtualWorld(playerid); if(PlayerInfo[plo][pJailed] != 0) { SendClientMessage(playerid, COLOR_GRAD1, "Vocк nгo pode trazer um Preso"); return true; } if (IsPlayerConnected(plo)) { if(plo != INVALID_PLAYER_ID) { if (PlayerInfo[playerid][pAdmin] >= 1) { if(admtrampando[playerid] < 1 && PlayerInfo[playerid][pAdmin] != DONO) { SendClientMessage(playerid, COLOR_GRAD1, "Vocк nгo estб trabalhando! (/trabalhar)"); return true; }