SA-MP Forums Archive
AddVehicleComponents - 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: AddVehicleComponents (/showthread.php?tid=261178)



AddVehicleComponents - ColdIce - 12.06.2011

pawn Код:
AddVehicleComponent(AdminSultan, 1029);  AddVehicleComponent(AdminSultan, 1030); AddVehicleComponent(AdminSultan, 1140); AddVehicleComponent(AdminSultan, 1031); AddVehicleComponent(AdminSultan, 1133); AddVehicleComponent(AdminSultan, 1080);     AddVehicleComponent(AdminSultan, 1086); AddVehicleComponent(AdminSultan, 1087); AddVehicleComponent(AdminSultan, 1010);
Im trying to add few things to a Sultan that spawns on a cmd. Now it spawns with correct exhaust, correct rims and hydraulics. It spawns with Alien bumpers and no spoiler and no roofscope! Maybe these numbers must be changed :/

https://sampwiki.blast.hk/wiki/Car_Component_ID

I've been going over this couple of times and I think I got all the id's I want. Can someone who is bored take a look at this? Basically I want a X-Flow roof, bumpers, spoiler, sidekit << These are things I cannot get right!

Nothing from Alien.

Thanks!


Re: AddVehicleComponents - Wesley221 - 12.06.2011

Did you also checked the cars? At the end of the tabs, there's a car; look for sultan and find the parts you need


Re: AddVehicleComponents - ColdIce - 12.06.2011

Yes I did :/


Re: AddVehicleComponents - Wesley221 - 12.06.2011

Код:
1033 - Roof
1180 - Front Bumper
1140 - Rear Bumper
1030 - SideSkirt (left/right)
1031 - SideSkirt (left/right)
1139 - Spoiler
Those are the ones you need


Re: AddVehicleComponents - ColdIce - 12.06.2011

Yeah got it! Thanks!