The original preview identifies Djonza’s d-jobcreator. Its Cfx.re release and GitHub repository list es_extended, ox_lib, ox_target and oxmysql. This is a specific ESX resource, not evidence of feature equivalence to Jaksam’s product.
Original release and matching preview
Review authorization before enabling job edits
The reviewed server.lua contains network handlers that write job and grade data without checking the caller’s staff group in those handlers. Config.AllowedGroups controls access to the interface, but interface access alone does not protect server-side writes. Do not deploy the reviewed version as a trusted administration tool until those actions enforce authorization and validate input on the server.
Prepare the actual package
Back up the jobs, grades and garage data before any import or test. The repository supplies d_garages.sql; inspect it against your existing tables. Its README requires creating locales inside d-jobcreator and moving en.json there. Match the manifest’s paths rather than assuming the download needs no setup.
After correcting server authorization, test with both an ordinary player and an administrator. Check job creation, salary changes, rank deletion, garage access and stash permissions, then reconnect to verify persistence. Source reviewed on 10 September 2026; no live exploit test or security certification was performed.