Errors in debug
#3

If you're doing something like
pawn Код:
vehicle = CreateVehicle(<params>);

VehicleColor[vehicle] = 0;
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.
Reply


Messages In This Thread
Errors in debug - by deimantas1 - 25.08.2014, 12:31
Re : Errors in debug - by S4t3K - 25.08.2014, 12:32
Re: Errors in debug - by HazardouS - 25.08.2014, 12:40

Forum Jump:


Users browsing this thread: 1 Guest(s)