06.02.2014, 19:44
pawn Код:
if( (IsPlayerInRangeOfPoint(i, 20.0, X, Y, Z)) && (gTeam[i] == TEAM_CIVIL[i]) && (GetPlayerWantedLevel(i) < 4) && (IsFrozen[i] != 1) && (IsAdminMode[i] != 1) && (HasTicket[i] != 1))
Small issues that are easy to fix, my TIP: Re-write the line, you'll probably notice it.
EDIT: Oh well, my keyboard just spazzed out and made me see the wrong error. Let me look at it again, I've just declared anothe error.
EDIT #2: I believe this should work, I've found out nothing wrong with the line after re-writing it three times. Are you sure this is the line?
It might be due to a variable being declared wrongfully or something mixing up inside the script.