25.07.2012, 17:58
Thought about editing your 'IsAtArrestPoint' function ?
pawn Code:
if(!IsAtArrestPoint(playerid))
{// Jail spot
SendClientMessageEx(playerid, COLOR_GREY, "You aren't at the arrest point.");
return 1;
}