How i can?
#3

This will create tuned spawn cars:

At TOP:
pawn Код:
new MyCar
OnGameModeInit:
pawn Код:
MyCar = AddStaticVehicle(Model, x,y,z,angle,color1,color2);
AddVehicleComponent(MyCar, component);
OnVehicleSpawn:
pawn Код:
if(vehicleid == MyCar) AddVehicleComponent(MyCar, component);
Hope you get it. ^^
Reply


Messages In This Thread
How i can? - by kiss - 08.12.2010, 17:16
Re: How i can? - by SkizzoTrick - 08.12.2010, 17:20
Re: How i can? - by Jeffry - 08.12.2010, 17:20

Forum Jump:


Users browsing this thread: 1 Guest(s)