13.03.2015, 20:44
First off, you have to check Vozilo != for each || you use.
Second off, you should use !=, not !==
Or you could just loop through the array.
Second off, you should use !=, not !==
pawn Код:
if(Vozilo != Rent[0] || Vozilo != Rent[1] || Vozilo != Rent[2] // and so on