RemoveVehicleComponent

From SA-MP Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 15:49, 16 October 2009
Amit B (Talk | contribs)

← Previous diff
Revision as of 04:47, 5 February 2014
Connor Mead (Talk | contribs)

Next diff →
Line 1: Line 1:
{{Scripting}} {{Scripting}}
-{{Title}} 
{{Description|Remove a component from a vehicle.}} {{Description|Remove a component from a vehicle.}}
Line 7: Line 6:
{{Param|vehicleid|ID of the vehicle.}} {{Param|vehicleid|ID of the vehicle.}}
{{Param|componentid|ID of the [[Car_Component_ID|component]] to remove.}} {{Param|componentid|ID of the [[Car_Component_ID|component]] to remove.}}
 +
{{NoReturn}} {{NoReturn}}
Line 24: Line 24:
[[Category:Scripting Functions]] [[Category:Scripting Functions]]
 +
 +[[fr:RemoveVehicleComponent]]

Revision as of 04:47, 5 February 2014



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.

In other languages