forked from Simnation/Main
9 lines
270 B
Lua
9 lines
270 B
Lua
CreateThread(function()
|
|
Wait(1000)
|
|
|
|
-- Erweitere die Map Bounds um Cayo Perico einzuschließen
|
|
ExtendWorldBoundaryForPlayer(-4000.0, -6500.0, 6500.0, -3000.0)
|
|
|
|
-- Setze die Pausemap Bounds
|
|
SetMapBounds(-4000.0, -6500.0, 6500.0, -3000.0)
|
|
end)
|