22.06.2014, 02:43
pawn Код:
if(PlayerInfo[playerid][pAdmin] < 6 && ServerOwner[playerid] != 1)
{
SendClientMessage(playerid, COLOR_GRAD1, "Vocк nгo tem autorizaзгo para usar esse comando.");
return 1;
}
pawn Код:
new nome[24];
GetPlayerName(playerid,nome,24);
if(!strcmp,nome,"Seu_Nome",true) == 0)
{
SendClientMessage(playerid, COLOR_GRAD1, "Vocк nгo tem autorizaзгo para usar esse comando.");
return 1;
}