Help with tuned cars.
#6

In the function, create a vehicle then add components to the vehicle depending on the ID, as the guys above said.

pawn Код:
myFunction(stuff)
{
  new veh = CreateVehicle(stuff);
  AddVehicleComponent(veh, component);
  return true;
}
Reply


Messages In This Thread
Help with tuned cars. - by Enzo_Ferrari_V12 - 17.11.2009, 22:52
Re: Help with tuned cars. - by Enzo_Ferrari_V12 - 18.11.2009, 00:25
Re: Help with tuned cars. - by _Vortex - 18.11.2009, 03:19
Re: Help with tuned cars. - by Retardedwolf - 18.11.2009, 03:39
Re: Help with tuned cars. - by Daniel_Truk - 18.11.2009, 10:12
Re: Help with tuned cars. - by LarzI - 18.11.2009, 11:14
Re: Help with tuned cars. - by Enzo_Ferrari_V12 - 18.11.2009, 21:14

Forum Jump:


Users browsing this thread: 1 Guest(s)