12.10.2014, 01:37
U should replace all "<" or ">" with "=="
ex:
IsPlayerPolice[playerid] < 1 to IsPlayerPolice[playerid] ==1
IsPlayerPolice[playerid] >= 1 to IsPlayerPolice[playerid] != 1
hope u got it.
ex:
IsPlayerPolice[playerid] < 1 to IsPlayerPolice[playerid] ==1
IsPlayerPolice[playerid] >= 1 to IsPlayerPolice[playerid] != 1
hope u got it.