Vehicle Mod Track - 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: Vehicle Mod Track (
/showthread.php?tid=193472)
Vehicle Mod Track -
Blatnoi - 26.11.2010
Hello wounder if there are any in-game commands which will tell me id's of components that are attached on my pimped vehicle ?
----
If not i will be real grateful if you post Full pimp codes for special vehicle ids
something like this
Код:
if(CarSystem[vehicleid][cModel] == 562)
{
AddVehicleComponent(vehicleid, 1034);
AddVehicleComponent(vehicleid, 1036);
AddVehicleComponent(vehicleid, 1038);
AddVehicleComponent(vehicleid, 1040);
}
this wasn't the full vehicle pimp but i hope you get my idea : )