18.07.2015, 04:10
Quote:
For your array index out of bounds. I am guessing it is that IsShopVehicle will return a value -1 and you are trying to get the array with this:
Код:
VehicleInfo[IsShopVehicle[vehicleid]][vColor1] = color1; VehicleInfo[IsShopVehicle[vehicleid]][vColor2] = color2; |
For your other issue you need to post how you define IsPlayerUsingAnim, cmd_fire function and cmd_startjob function