23.11.2011, 16:55
Lol when i opened up the topic, I thought is it one of my old questions(because of the avatar)
() Don't affect your script at all.
|| means OR
&& means AND
so maybe there's some mistake at your code, for example PoliceGetsWeapons is false.
Quote:
use || or && but dont () your script
if (APlayerData[playerid][PlayerLevel] == 5 || PoliceGetsWeapons == true || APlayerData[playerid][PlayerClass] == ClassPolice) { } |
|| means OR
&& means AND
so maybe there's some mistake at your code, for example PoliceGetsWeapons is false.