Version 1.10.0
Highlights
- Citizens App can now issue bills directly from a citizen profile.
- Citizen billing history now loads with pagination, making profiles faster and easier to use on servers with many bills.
- Added Russian translations.
- Added optional civilian use for handcuffs, zipties, and head bags through
Config.CivilianUse. - Added
Config.Jail.clearInventoryOnJailto decide whether jail should confiscate player inventories. - Added configurable SpeedCam flash color with
Config.SpeedCam.flashColor.
Notable Changes
- Evidence samples and the Evidence Laboratory now use the shared sky_base inventory metadata handling, improving compatibility with supported metadata inventories.
- SpeedCam billing no longer sends an extra direct ticket popup in addition to the normal capture flow.
- Jail creator interactions now work more reliably for all configured police-group jobs.
- Social work carry jobs now use normal game movement again.
- Placeable police prop items are enabled by default and item consumption is handled more reliably.
- The Citizens App tag add button now adapts to longer translated button text.
Other Changes
- Added exports and events for civilian restraint/head bag integrations.
- Update sky_base and sky_jobs_base first.
- Download sky_policejob from the CFX Portal.
- Create a backup.
- Replace the
/sourcefolder. - Replace the
/config/locales/en.lua, especially if you use custom locale files. This update adds billing text and the Russian locale. - Merge the new config options into
config/config.lua:
Config.Jail = {
clearInventoryOnJail = true
}
Config.CivilianUse = {
cuffs = false,
zipties = false,
headBag = false
}
Config.SpeedCam = {
flashColor = { r = 220, g = 30, b = 30, a = 255 }
}
- Check
Config.PropPlacement.enabled. It is now enabled by default. Set it back tofalseif your server should not use item-based prop placement. - If your custom config still contains
Config.JailJobs.carryBox.moveRateOverride,maxMoveBlend, orrunMultiplier, remove those old carry movement options. - Remove any old
sky_policejob/config/webhooks.luafile and configure FiveManage media uploads insky_jobs_base/config/webhooks.lua. - If you use Evidence items or the Evidence Laboratory, make sure your updated sky_base is running so the shared inventory metadata handling is available.