Bug with SWAT Players entering vehicles
#3

You need to keep using "vehicleid" ==. This is just checking if the vehicles are higher or equal to 1. Example:

pawn Код:
if((vehicleid == SwatVehicle1 || vehicleid == SwatVehicle2 || vehicleid == SwatVehicle ...
And not just
pawn Код:
if((vehicleid == SwatVehicle1 || SwatVehicle2...
Reply


Messages In This Thread
Bug with SWAT Players entering vehicles - by FunnyBear - 23.12.2014, 10:25
Re: Bug with SWAT Players entering vehicles - by FunnyBear - 23.12.2014, 22:00
Re: Bug with SWAT Players entering vehicles - by Abagail - 23.12.2014, 22:07
Re: Bug with SWAT Players entering vehicles - by FunnyBear - 23.12.2014, 22:28

Forum Jump:


Users browsing this thread: 1 Guest(s)