upload root
This commit is contained in:
parent
ecadb75724
commit
fd93649b43
10 changed files with 30 additions and 7 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -1 +1 @@
|
|||
{"kayas":0,"coffe_cute":100,"ambulance":0,"odin":0,"ammu":1000,"dackel":0,"Zum Durstigen Dackel":200,"police":100,"cinema":0}
|
||||
{"coffe_cute":100,"ammu":1000,"cinema":0,"ambulance":0,"police":100,"kayas":0,"dackel":0,"odin":0,"Zum Durstigen Dackel":200}
|
||||
File diff suppressed because one or more lines are too long
|
|
@ -48,3 +48,10 @@ local function GetSharedGangs()
|
|||
return QBShared.Gangs
|
||||
end
|
||||
exports('GetSharedGangs', GetSharedGangs)
|
||||
|
||||
|
||||
-- Jobs Creator integration (jobs_creator)
|
||||
RegisterNetEvent("jobs_creator:injectJobs", function(jobs)
|
||||
QBCore.Shared.Jobs = jobs
|
||||
end)
|
||||
|
||||
|
|
@ -47,3 +47,11 @@ local function GetSharedGangs()
|
|||
return QBShared.Gangs
|
||||
end
|
||||
exports('GetSharedGangs', GetSharedGangs)
|
||||
|
||||
|
||||
-- Jobs Creator integration (jobs_creator)
|
||||
RegisterNetEvent("jobs_creator:injectJobs", function(jobs)
|
||||
if type(source) == "number" and source > 0 then return end
|
||||
QBCore.Shared.Jobs = jobs
|
||||
end)
|
||||
|
||||
|
|
@ -140,3 +140,11 @@ QBShared.Jobs = {
|
|||
},
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
-- Jobs Creator integration (jobs_creator)
|
||||
RegisterNetEvent("jobs_creator:injectJobs", function(jobs)
|
||||
if IsDuplicityVersion() and type(source) == "number" and source > 0 then return end
|
||||
QBShared.Jobs = jobs
|
||||
end)
|
||||
|
||||
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue