24.03.2011, 11:16
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?
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?