Browse docs
Installation
Setup Checklist
Install dependencies
You need to install some dependencies to make images & videos work in the tablet.
- Install screenshot-basic on your server.
- Create an account at FiveManage and generate a Media API Key from your dashboard.
- Enter your Media API Key in
sky_jobs_base/config/webhooks.lua:
Webhooks = {
fivemanage = {
apiKey = "your_media_api_key_here",
baseUrl = "https://api.fivemanage.com/api/v3/file",
timeoutMs = 10000
}
}
Install or Update sky_base
Download the sky_base package from the same CFX Portal account as the Police Job, then install or update it on your server.
Import the SQL
Run the included import.sql against your server database. This seeds the tables the Police Job depends on.
Deploy the Script
Place the sky_policejob resource inside your server files, add it to server.cfg, and ensure it starts after your framework, inventories, target, and sky_base.
Add Police Items
Add the following items to your inventory script. Use the preview images inside sky_policejob/config/inventory so they match the UI:
cctvcamspeedcamgps_trackerankle_monitorwheelclampwelderfixtoolcleaning_alcoholcode_listwire_cuttercigarettesaliva_kitblood_kitcollected_fingerprintfingerprint_kitfingerprint_scannerhydrogen_peroxidecollected_salivacollected_casingcollected_blood
Zero the Job Salaries
In your database, open the job_grades table and set every salary entry for the ambulance job to 0. Our script handles salary payouts internally, and leaving the default values will cause duplicate payments.
Place All Markers
Restart the server and run /stationcreator as an admin. Place the duty terminal first, go on duty there, and the rest of the placement markers appear instantly so you can configure the full station layout in one pass.
Place other markers with:
/jailcreator/socialworkcreator/impoundcreator
Support
Need help? Our support team is always ready to assist
Join Discord