Advertisement
MickieFinn

CARA Version 1.02

Mar 29th, 2024 (edited)
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. 1.02
  2.  
  3. 1. You will now cancel the animation and repair/clean process if you enter the vehicle while
  4. cleaning/repairing.
  5. 2. Added new options to CleanAndRepairAnywhere.ini:
  6.  
  7. ; Repair duration in milliseconds (Default is 20 seconds).
  8. RepairDuration = 20000
  9.  
  10. ; Wash duration in milliseconds (Default is 20 seconds).
  11. WashDuration = 20000
  12.  
  13. ; Set to 'true' to refuel the vehicle to 100% when repairing, 'false' to retain the current fuel level.
  14. RefuelWhenRepairing = false
  15.  
  16. ; Set to 'true' to allow repairing on destroyed vehicles, 'false' to disable it.
  17. AllowRepairOnDestroyedVehicles = false
  18.  
  19. ; Set to 'true' to require the engine to be off for repairing, 'false' to allow repairing with the engine on.
  20. RepairsRequireEngineOff = true
  21.  
  22. ; Set to 'true' to require the engine to be off for cleaning, 'false' to allow cleaning with the engine on.
  23. CleaningRequireEngineOff = false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement