27.06.2011, 02:45
You need to return 0.
pawn Код:
if(PlayerInfo[playerid][Jailed] == 1) {
SendClientMessage(playerid, 0, "You can't use this command inside prison.");
return 0;
}