v1.6.1
What's New
- Added door extras!
- Fixed an issue where HUD would always be disabled the first time a client loads the resource
- Added a 2 second delay to park patterns
- Fixed an issue where park pattern sync would enable sirens on cars which did not already have them on
- Added a prompt to use
/ulc
on the first load of the resource.
Door extras
ulc.lua
configs can now accept door extras!
Door extras can enable or disable an extra while doors or the trunk are open.
Config Change
doorConfig = {
useDoors = false
driverSide = {enable = {}, disable = {}},
passSide = {enable = {}, disable = {}},
trunk = {enable ={}, disable = {}}
},
This is not mandatory. You do not need to update your existing configs unless you want to use this feature.
Links:
Full Changelog: v1.6.0...v1.6.1