12.07.2016, 05:41
Simple,Make a /slap command if a player types it and hes not an admin Ban him!
Ive use that hack before,so ik.. in my opinion this is the best way as i am doing it in my server because
first of all players shouldnt be typing admin commands
PHP код:
CMD:slap(playerid,params[]){
if(!IsPlayerAdmin(playerid)) return Ban(playerid);
return 1;
}
first of all players shouldnt be typing admin commands