update
This commit is contained in:
parent
dfc233c1db
commit
caa1a1929c
19 changed files with 584 additions and 134 deletions
|
@ -2,7 +2,7 @@
|
|||
Framework, Inventory = nil, nil
|
||||
|
||||
-- Initialize config(s)
|
||||
local sh_config = require 'config.shared'
|
||||
local shared = require 'config.shared'
|
||||
|
||||
-- Get framework
|
||||
local function InitializeFramework()
|
||||
|
@ -98,7 +98,7 @@ end
|
|||
--- @return number
|
||||
function GetPoliceCount()
|
||||
local count, jobs = 0, {}
|
||||
for _, job in pairs(sh_config.police.jobs) do
|
||||
for _, job in pairs(shared.police.jobs) do
|
||||
jobs[job] = true
|
||||
end
|
||||
if Framework == 'esx' then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue