Posts: 397
Threads: 41
Joined: Jan 2011
Reputation:
0
Hey how can i add moded cars in my server ?
Posts: 844
Threads: 32
Joined: Apr 2009
Reputation:
0
Make a variable like:
new VehicleA;
Then you'll need to spawn the vehicle like
VehicleA = AddStaticVehicle(blablabla
then you can use the addvehiclecomponent function
AddVehicleComponent(VehicleA,1010); // This adds nos to the vehicle (i thought)
See, easy?