15.06.2014, 00:42
Olб 
Vc Tbm Pode Utilizar a https://sampwiki.blast.hk/wiki/IsPlayerAdmin
Exemplo:
O Pessoal Sempre Me Recomendou Utilizar Esta Maneira.
_______________________________________________
My Perfect Command

Vc Tbm Pode Utilizar a https://sampwiki.blast.hk/wiki/IsPlayerAdmin
Exemplo:
pawn Код:
if (strcmp("/teste", cmdtext, true, 10) == 0)
{
if(IsPlayerAdmin(playerid))
{
SendClientMessage(playerid, -1, "Vocк й Um Admin Rcon!");
}
return 1;
}
_______________________________________________
My Perfect Command
pawn Код:
if (strcmp("/u", cmdtext, true, 10) == 0)
{
SendClientMessageToAll( -1, "Matthy");
return 1;
}