Version 1.9.0
Highlights
- Added handcuff status exports and extended handcuff exports with options.
- Added SpeedCam notifications for captures that do not match a configured SpeedViolation offence range.
Notable Changes
- SpeedCam damage handling is more stable, including better damaged/destroyed prop cleanup, per-camera damage debounce, and improved display updates.
- SpeedCams now only submit a violation from the local driver client, reducing duplicate or irrelevant trigger reports.
- Creator command permission checks now use ACE-backed
Config.CommandPermissionsthroughconfig/sv_functions.lua.
Other Changes
- Reduced armed-player client polling for evidence and SpeedCam damage checks.
- Fixed
/stationcreatorand related creator command permission denials.
- Download sky_policejob from the CFX Portal.
- Create a backup.
- Replace the
/sourcefolder. - Replace the
/config/localesfolder. - Add or merge the new
/config/sv_functions.luafile. - Add the new
Config.CommandPermissionssection toconfig/config.luaand adjust the allowed groups for your server. - Remove the old
Config.OfficerMapBlipssection fromconfig/config.lua; officer/colleague blips are now configured in sky_jobs_base. - If you use custom locale files, copy the new ankle monitor self-test and SpeedCam unmatched-offence translation keys.
The file sky_policejob/config/sv_functions.lua is new. Drop it in with the rest of the config files; it ships with the update.
sky_policejob/config/config.lua now contains a Config.CommandPermissions block at the top. Adjust it if needed:
Config.CommandPermissions = {
stationcreator = { "god", "superadmin", "admin" },
jailcreator = { "god", "superadmin", "admin" },
socialworkcreator = { "god", "superadmin", "admin" },
impoundcreator = { "god", "superadmin", "admin" },
}