Disable all commands on YCMD
#4

If you are using YCMD this is the callback that gets called everytime someone uses a command: i use this in my script

pawn Код:
public OnPlayerCommandPerformed(playerid, cmdtext[], success){
         if(success == 0)return SendClientMessage(playerid, COLOR_GRAY2, "SERVER: Unknown command, use /help for further help.");
}
I think you maybe should be able to de activate all the commands with this to, read more about YCMD here
Reply


Messages In This Thread
Disable all commands on YCMD - by FiReAlEx - 04.08.2012, 09:01
Re: Disable all commands on YCMD - by RedJohn - 04.08.2012, 11:49
Re: Disable all commands on YCMD - by Devilxz97 - 04.08.2012, 11:50
Re: Disable all commands on YCMD - by Ranama - 04.08.2012, 12:14
Re: Disable all commands on YCMD - by FiReAlEx - 04.08.2012, 19:37
Re: Disable all commands on YCMD - by FiReAlEx - 06.08.2012, 15:11
Re: Disable all commands on YCMD - by Devilxz97 - 06.08.2012, 15:26
Re: Disable all commands on YCMD - by FiReAlEx - 06.08.2012, 17:20

Forum Jump:


Users browsing this thread: 1 Guest(s)