forked from Simnation/Main
Update main.lua
This commit is contained in:
parent
87ba32a6be
commit
1dba5a85f2
1 changed files with 7 additions and 0 deletions
|
@ -54,4 +54,11 @@ exports('GetSharedGangs', GetSharedGangs)
|
|||
RegisterNetEvent("jobs_creator:injectJobs", function(jobs)
|
||||
QBCore.Shared.Jobs = jobs
|
||||
end)
|
||||
|
||||
CreateThread(function()
|
||||
Wait(2000)
|
||||
ExtendWorldBoundaryForPlayer(-4000.0, -6500.0, 6500.0, -3000.0)
|
||||
SetMapBounds(-4000.0, -6500.0, 6500.0, -3000.0)
|
||||
end)
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue