SA-MP Forums Archive
help removing nos etc - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: help removing nos etc (/showthread.php?tid=262701)



help removing nos etc - peterRook - 19.06.2011

How do you remove hydraulics nos etc? im making a mechanics job and ive done everything except removemod command for cars? help please?


Re: help removing nos etc - Benjo - 19.06.2011

The command to remove a vehicle component is:
pawn Код:
RemoveVehicleComponent(vehicleid, componentid).
The component ID for NOS is 1010, and the component ID for hydraulics is 1087. Be careful though, I'm prety sure the game crashes if you you an invalid component, or a component not meant for that vehicle!

A full list of components can be found on the wiki here: https://sampwiki.blast.hk/wiki/Car_Component_ID


Re: help removing nos etc - peterRook - 19.06.2011

Cheers