Server Exports
GetJobCategory
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
SendDiscord
This event is used to log to discord a specific action or message using the gateway
CheckIfProtectedItem
This export is used to check if specific item is protected
GetProtectedItems
This export return the list of protected items in the case that needs to be used outside of this mod
GetPolicesInDuty
This export return the number of police players connected an on-duty
GetMedicsInDuty
This export return the number of EMS players connected an on-duty
GetMechanicsInDuty
This export return the number of mechanic players connected an on-duty
GetTaxisInDuty
This export return the number of taxi players connected an on-duty
GetBusinessJobCategory
This export return the list of business that belong to this category
GetBusinessList
This export return the list of business available in the server
Last updated