RemoveVehicleComponent FR

From SA-MP Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 19:14, 6 January 2013
Connor Mead (Talk | contribs)

← Previous diff
Revision as of 19:18, 6 January 2013
Connor Mead (Talk | contribs)

Next diff →
Line 16: Line 16:
{{RelatedFunctionsFR}} {{RelatedFunctionsFR}}
*[[AddVehicleComponent_FR|AddVehicleComponent:]] Ajoute un composant au véhicule *[[AddVehicleComponent_FR|AddVehicleComponent:]] Ajoute un composant au véhicule
-*[[GetVehicleComponentInSlot_FR|GetVehicleComponentInSlot:]] +*[[GetVehicleComponentInSlot_FR|GetVehicleComponentInSlot:]] Récupérer le composant d'un véhicule d'un certain emplacement
-*[[GetVehicleComponentType_FR|GetVehicleComponentType:]]+*[[GetVehicleComponentType_FR|GetVehicleComponentType:]] Récupérer le type d'un certain composant d'un véhicule
{{RelatedCallbacksFunctionFR}} {{RelatedCallbacksFunctionFR}}

Revision as of 19:18, 6 January 2013




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);

Fonctions Relatives

Les fonctions suivantes peuvent être utiles car elles sont indirectement ou directement liées a cette fonction.

Callbacks Relatives

Les Callbacks suivantes peuvent être utiles car elles sont indirectement ou directement liées a cette fonction.