13.07.2010, 01:29
Under your PM command :
Код:
if(!strcmp(cmdtext,"/pm",true)) { if(!IsPlayerAdmin(playerid)) return SendClientMessage(playerid,0xff0000aa,"You are not an admin.");//you can use the variable you use for storing the admin level of a player //rest of your code }