Error in "GetVehicleComponentInSlot"
#2

vehicleid is a slot not a real vehicleid

pawn Код:
DestroyVehicle(CarInfo[vehicleid][PrivCarID]);
is called before GetVehicleComponentInSlot

pawn Код:
componentid = GetVehicleComponentInSlot(vehicleid, slotid);
vehicleid (its slotid not vehicleid) doesn't exist
Reply


Messages In This Thread
Error in "GetVehicleComponentInSlot" - by DarK_FeneR - 07.12.2014, 19:03
Re: Error in "GetVehicleComponentInSlot" - by Jefff - 07.12.2014, 20:49
Re: Error in "GetVehicleComponentInSlot" - by DarK_FeneR - 07.12.2014, 22:30

Forum Jump:


Users browsing this thread: 1 Guest(s)