Advertisement
MickieFinn

CARA Version 1.03

Mar 29th, 2024 (edited)
15
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. 1.03
  2.  
  3. 1. Customizable Interaction Distance: You can now adjust the distance at which you can repair or clean a vehicle.
  4.  
  5. 2. Repair Body Damage Option: Added an option to control whether the script repairs both the vehicle's engine health and physical body damage (such as dents and broken windows) during the repair process. Setting this option to 'True' will repair both, while setting it to 'False' will only restore the vehicle's engine health, leaving body damage unchanged.
  6.  
  7. 3. Customizable Repair and Clean Controls: You can now specify your preferred repair and clean controls using the Control Enum corresponding to your key binds. To find the Control Enums for your key binds, refer to this link: https://nitanmarcel.github.io/scripthookvdotnet/scripting_v2/GTA.Control.html. For example, you can set your repair control to 'Context' and your clean control to 'VehicleHeadlight.' These controls will adapt to your key bindings, making it easy to use the script with your preferred keys.
  8.  
  9. Example Configuration:
  10. RepairEnumControl = Context
  11. CleanEnumControl = VehicleHeadlight
  12.  
  13. All instructions and links can also be found in CleanAndRepairAnywhere.ini
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement