Last updated
Last updated
This export retrieve the job category for the job requested. Why is it useful? because in some mods as the origen_masterjob (the one we are offering full compatibility), business can be created dynamically ingame with different names; and with this export we can identify the specific job for the user to which job category belong.
For example:
Mechanic business named "exotic_motors" created with origen_masterjob, you want to integrate a mechanic mod that can be used only by all the mechanics (not only this business), with our export you can do this validation quick and easy
This export retrieve number of players in service for this job, integrated with origen dispatch so is not counting connected players only, it's filtering by the players which are on duty.
If you use this export to jobs that are not integrated with the configured dispatch, will return 0.
This event is used to manage a taxi call using the dispatch system, generating a notification to the taxi system and logging to discord
This event is used to manage a police call using the dispatch system, generating a notification to the police system and logging to discord
This event is used to manage a police, ems and firefighter call using the dispatch system, generating a logging to discord
This event is used to log to discord a specific action or message using the gateway