18.10.2009, 11:19
you can do:
Should work, post here if any errors...
Код:
if (GetPlayerName(playerid) == dirkblok)
{
//You cmd
}
else
{
SendClientMessage(playerid, 0xFFFF00FF,"You are not dirkblok!");
}

