Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 820 Bytes

v1.1.2.md

File metadata and controls

25 lines (19 loc) · 820 Bytes

v1.1.2

Fixes

  • Fix issue where vehicle would be un-repaired upon exiting customisation menu
  • Fix issue where players would get a free repair at an owned mechanic location
  • Config option for plate change during customisation (Config.ChangePlateDuringPreview = "PLATE" | false)
  • Horn previews play for their full length
  • Fix lifts not working when a vehicle is not nearby
  • (Potentially) fix issue where lifts would fall through the ground

Customisation Menu Event (client)

TriggerEvent("jg-mechanic:client:open-customisation-menu", mechanicId, mechanicLabel)

Changed Files

  • client/cl-carlift.lua
  • client/cl-fixing.lua
  • client/cl-mods.lua
  • client/cl-vehicleprops.lua
  • framework/cl-functions.lua
  • server/sv-carlift.lua
  • server/sv-management.lua
  • web (entire folder)