[HELP]Tuned Cars
#1

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?
Reply
#2

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

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)