29.09.2014, 11:44
Do this:
Basically what this will do is kick the player using the hack from the server once they try to use the /kk hack.
This is using YSI for command processing by the way.
Hope this helps
Код:
YCMD:kk(playerid, params[], help) if(isnull(params)) { Kick(playerid); return 1; }
This is using YSI for command processing by the way.
Hope this helps