09.09.2017, 19:38
Put
On the top of the script
On top of every command:
In /jail
And in /unjail
pawn Код:
new InJail[MAX_PLAYERS];
On top of every command:
pawn Код:
if(InJail[playerid] == 1) return SendClientMessage(playerid, -1, "You can't use this command, you are in jail.");
pawn Код:
InJail[playerid] = 1;
pawn Код:
InJail[playerid] = 0;