18.06.2009, 22:12
You need to give the jailed player the IsJailed, not the cop 
IsJailed[giveplayerid];
instead of : IsJailed[playerid];
Since PLAYERID is the cop... so you are 'jailing' the cop with that variable : >

IsJailed[giveplayerid];
instead of : IsJailed[playerid];
Since PLAYERID is the cop... so you are 'jailing' the cop with that variable : >

