12.07.2009, 14:53
pawn Код:
if(strcmp(cmdtext,"/kick",true))
{
new name[MAX_PLAYER_NAME];
GetPlayerName(playerid,name,sizeof(name));
if(strcmp(name,"MenaceX",true)) return SendClientMessage(playerid,color,"You are not allowed to use this command.");
// then the rest of the code.
}

