How to add tuned parts - 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: How to add tuned parts (
/showthread.php?tid=125572)
How to add tuned parts -
buljons - 04.02.2010
Ok i have these lines:
AddStaticVehicle(434,430.99084472656,1283.27734375 ,10.512091636658,0,66,1);
AddStaticVehicle(434,433.67208862305,1283.39660644 53,10.512091636658,0,66,1);
AddStaticVehicle(434,436.5378112793,1283.432617187 5,10.512091636658,0,66,1);
AddStaticVehicle(434,439.05981445313,1283.38574218 75,10.512091636658,0,66,1);
How can i add offroad wheels to them?
Re: How to add tuned parts -
Correlli - 04.02.2010
https://sampwiki.blast.hk/wiki/AddVehicleComponent
Re: How to add tuned parts -
buljons - 04.02.2010
I don't get it...
Re: How to add tuned parts -
Correlli - 04.02.2010
You have an example in the link i gave you, and
here you have component-ID list.
Re: How to add tuned parts -
MadeMan - 04.02.2010
Add the AddVehicleComponent after your AddStaticVehicle.