04.08.2012, 12:14
If you are using YCMD this is the callback that gets called everytime someone uses a command: i use this in my script
I think you maybe should be able to de activate all the commands with this to, read more about YCMD here
pawn Код:
public OnPlayerCommandPerformed(playerid, cmdtext[], success){
if(success == 0)return SendClientMessage(playerid, COLOR_GRAY2, "SERVER: Unknown command, use /help for further help.");
}

