28.01.2015, 01:51
Sу adaptar isso ao comando.
(Provavelmente estб certo)
(Provavelmente estб certo)
PHP код:
for(new i = 0; i < MAX_PLAYERS; i++)
{
new nomep[50];
GetPlayerName(i, nomep, sizeof(nomep));
if(!strcmp(nomep, "NICK DO CARA QUE ESTA AUTORIZADO", true))
{
//Comando
}
else { SendClientMessage(i, -1, "Vocк nгo estб autorizado a usar o comando."); }
}

