20.01.2013, 10:47
Код:
COMMAND:mute(playerid, params[]) { if(IsPlayerAdmin(playerid)) { //place your mute code here } else SendClientMessage(playerid, COLOR_RED, "You can not use this command!"); return 1;// if you return 0 you will get "unknown command" text }