Skip to main content

RemoveVehicleComponent

คำอธิบาย

Remove a component from a vehicle.

NameDescription
vehicleidID of the vehicle.
componentidID of the component to remove.

ส่งคืน

0 - The component was not removed because the vehicle does not exist.

1 - The component was successfully removed from the vehicle.

ตัวอย่าง

//remove Nitro from vehicle number 1
RemoveVehicleComponent(1,1010);

ฟังก์ชั่นที่เกี่ยวข้องกัน