03.10.2013, 03:26
You are assigning VehicleFaction var to the wrong vehicleid. Any vehicle created before this will conflict with that code.
pawn Код:
new vehicle = CreateVehicle(...
VehicleFaction [vehicle] = faction;