Latest
Version 1.8.0
Highlights
- Added external garage integration exports for trunk/prop functionality with third-party garage systems.
- Radial menu default changed from toggle to hold mode.
Notable Changes
- Station map blips are now visible for all players; interaction points remain job-filtered.
- Optimized CCTV bodycam validation with native framework functions and preserved cache on duty transitions.
- Panic button now notifies off-duty players within notification scope.
- NUI focus is disabled in creator menu to prevent input conflicts.
Other Changes
- Garage location is now automatically set when clicking Add in creator menu.
- Creator menu now plays navigation sounds for UX feedback.
- Station blips set to short range to reduce map clutter.
- Fixed station creation failing in creator menu.
- Added missing CCTV config section (
Config.Cctv).
- Download sky_jobs_base from the CFX Portal.
- Create a backup.
- Replace the
/sourcefolder. - Replace the
/config/localesfolder. - Add in
config/config.lua:
+Config.Cctv = {
+ requireBodycamItem = true,
+ bodycamItem = "bodycam"
+}
+
+----- REPLACE FULLY -----
+Config.JobRadial = {
+ enabled = true,
+ key = "g",
+ mode = "hold", -- "hold" (hold key, release to select) or "toggle" (press to open/close)
+ deadzone = 0.25 -- only used in "hold" mode (stick/mouse deadzone for directional selection)
+}
+
+Config.StationBlip.shortRange
+- shortRange = false
++ shortRange = true