Jump to content
  • 0

Service Point


PPrimezz

Question

how do I make the repair free

this what I have currently
 

// refuel settings
_refuel_enable = true; // enable or disable the refuel option
_refuel_costs = []; // free for all vehicles (equal to [["AllVehicles",[]]])
_refuel_updateInterval = 1; // update interval (in seconds)
_refuel_amount = 0.05; // amount of fuel to add with every update (in percent)

// repair settings
_repair_enable = true; // enable or disable the repair option
_repair_costs = [];
	["Air",[]], // 5 Gold for helicopters and planes
	["AllVehicles",[]] // 2 Gold for all other vehicles
];
_repair_repairTime = 2; // time needed to repair each damaged part (in seconds)


Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

// refuel settings

_refuel_enable = true; // enable or disable the refuel option

_refuel_costs = []; // free for all vehicles (equal to [["AllVehicles",[]]])

_refuel_updateInterval = 1; // update interval (in seconds)

_refuel_amount = 0.05; // amount of fuel to add with every update (in percent)

// repair settings

_repair_enable = true; // enable or disable the repair option

_repair_costs = [];

_repair_repairTime = 2; // time needed to repair each damaged part (in seconds)

Try that I'm sure that's what iv done although I'm on my phone at the moment

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...