06.08.2013, 09:29
Make a new variable like this:
And then add this to your command /kill, /go, /teleport...:
pawn Код:
new jailed[MAX_PLAYERS];
pawn Код:
if(jailed[playerid] == 1)return SendClientMessage(playerid, -1, "You can't use this command, when you are jailed!");