diff --git a/resources/[qb]/qb-core/client/main.lua b/resources/[qb]/qb-core/client/main.lua index 5582abfd8..e1bc0f694 100644 --- a/resources/[qb]/qb-core/client/main.lua +++ b/resources/[qb]/qb-core/client/main.lua @@ -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) + \ No newline at end of file