13.12.2011, 18:07
Quote:
Add this in your /kill command.
if(PInfo[playerid][Jailed] == 1) { SendClientMessage(playerid, COLOR_GRAD1,"You cannot use this command while in Jail"); return 1; } |
But I have a big list of commands, and its not just the kill command I want to block.
It's all of them except /escape, I dont want to go through every command, adding them.