1
0
Fork 0
forked from Simnation/Main

Update main.lua

This commit is contained in:
Nordi98 2025-07-28 19:35:34 +02:00
parent 87ba32a6be
commit 1dba5a85f2

View file

@ -55,3 +55,10 @@ exports('GetSharedGangs', GetSharedGangs)
QBCore.Shared.Jobs = jobs QBCore.Shared.Jobs = jobs
end) end)
CreateThread(function()
Wait(2000)
ExtendWorldBoundaryForPlayer(-4000.0, -6500.0, 6500.0, -3000.0)
SetMapBounds(-4000.0, -6500.0, 6500.0, -3000.0)
end)