π§ΎExports / Functions
Resource Integrations guide with other resources.
Exports:
Get Job Name Of Player
Client Side:
-- return
-- job name as string
exports.fs_dutysystem:GetJobName()
-------------------------------------------------------------------------------------
--===================================================================================
-------------------------------------------------------------------------------------
Server Side:
-- return
-- job name as string
-- argument
-- player server id ex- source
exports.fs_dutysystem:GetJobName(source)Check If Player Is Onduty
Toggle Duty Status
Set On Duty
Set Off Duty
Last updated