---@class StartOptions
---@field ignorePoliceCount? boolean -- should the number of police officers be ignored?
---@field ignorePlayerCooldown? boolean -- should the player cooldown be ignored?
---@field ignoreGlobalCooldown? boolean -- should the global cooldown be ignored?
---@param _source? targetPlayerServerId
---@param options? StartOptions
RegisterNetEvent('rm_chopshop:server:createJob', function(_source, options) end)
## Notes:
- If triggered from the client, _source is not required; if triggered from the server, it must be provided.
- To disable the event, set cfg.disableServerEvent = true.