11.02.2013, 16:55
Well I'm assuming that...
Means they are Jailed, correct?
So you could set it up as so...
Код:
JB_Playerinfo[targetid][JB_pJailed]=180;
So you could set it up as so...
Код:
if(JB_Playerinfo[targetid][JB_pJailed] == 180) return SendClientMessage(playerid, 0xFF0000, "Player is already jailed!");