RemoveVehicleComponent

From SA-MP Wiki

Jump to: navigation, search


Description:

Remove a component from a vehicle.


Parameters:
(vehicleid, componentid)
vehicleidID of the vehicle.
componentidID of the component to remove.


Return Values:

This function does not return any specific values.


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

Related Functions

The following functions may be useful, as they are related to this function in one way or another.


Related Callbacks

The following callbacks might be useful, as they're related to this function in one way or another.

Personal tools
Navigation
Toolbox
In other languages