SA-MP Forums Archive
[HELP]Tuned Cars - 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]Tuned Cars (/showthread.php?tid=22197)



[HELP]Tuned Cars - faloleroy - 13.01.2008

i want to make a fs of tuned spawned cars...but, how i make it,

new tunedcars[10]

tunedcars[1] = AddStaticVehicle....


and how do i make the AddVehicleComponent?


Re: [HELP]Tuned Cars - [LDT]LuxurY - 13.01.2008

Search! There are a lot of same filterscripts in the Script Showroom


Re: [HELP]Tuned Cars - DRIFT_HUNTER - 03.01.2010

somthing like this im not scripter but here is example for jester

on top:
new JESTER

FS/GM init:

Код:
JESTER = CreateVehicle(559, cordinates);
  ChangeVehiclePaintjob(JESTER, 1); // PaintJob
  AddVehicleComponent(JESTER, 1160); // Front Bumper
  AddVehicleComponent(JESTER, 1159); // Rear Bumper
  AddVehicleComponent(JESTER, 1158); // Spoiler
  AddVehicleComponent(JESTER, 1079); // Wheels
  AddVehicleComponent(JESTER, 1086); // Car Stereo
  AddVehicleComponent(JESTER, 1087); // Hidraulics
  AddVehicleComponent(JESTER, 1010); // Nitro
i think thet will work