10 lines
572 B
Lua
10 lines
572 B
Lua
Config = {}
|
|
|
|
--You can either use police job or the type below.
|
|
Config.PoliceJob = 'police' --Police job qbcore>shared>jobs.lua
|
|
Config.PoliceJobType = 'leo' --Police job type in qbcore>shared>jobs.lua type =
|
|
Config.UseCommand = true --Enables a / command for police to toggle duty.
|
|
Config.Command = "pdduty" --Name of / command for duty toggle
|
|
Config.ChatSuggestion = "/pdduty" --Chat suggestion
|
|
Config.ChatSuggestionM = "Duty Toggle For Police" --Chat suggestion
|