How i can?
#1

How i can add car with tuning?
Reply
#2

Did you even use the big SEARCH Button?
https://sampwiki.blast.hk/wiki/AddVehicleComponent
Reply
#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


Forum Jump:


Users browsing this thread: 1 Guest(s)