25.08.2014, 12:40
If you're doing something like
keep in mind that you should check if "vehicle" is not 65535, i.e. the vehicle has been created successfully. Otherwise you will do something like VehicleColor[65535] = 0; which is out of bounds.
pawn Код:
vehicle = CreateVehicle(<params>);
VehicleColor[vehicle] = 0;