07.12.2014, 20:49
vehicleid is a slot not a real vehicleid
is called before GetVehicleComponentInSlot
vehicleid (its slotid not vehicleid) doesn't exist
pawn Код:
DestroyVehicle(CarInfo[vehicleid][PrivCarID]);
pawn Код:
componentid = GetVehicleComponentInSlot(vehicleid, slotid);