23.12.2014, 22:07
You need to keep using "vehicleid" ==. This is just checking if the vehicles are higher or equal to 1. Example:
And not just
pawn Код:
if((vehicleid == SwatVehicle1 || vehicleid == SwatVehicle2 || vehicleid == SwatVehicle ...
pawn Код:
if((vehicleid == SwatVehicle1 || SwatVehicle2...