24.02.2010, 17:57
Try putting
At the top of OnPlayerCommandText so it's called first.
pawn Код:
if(PlayerInfo[playerid][Jailed] == 1) return SendClientMessage(playerid, AdministrationError, "Error: You cannot use a command when you are jailed.");