forked from Simnation/Main
ed
This commit is contained in:
parent
1dba5a85f2
commit
b4ab65afa1
2 changed files with 19 additions and 0 deletions
9
resources/[tools]/cayomap/client.lua
Normal file
9
resources/[tools]/cayomap/client.lua
Normal file
|
@ -0,0 +1,9 @@
|
|||
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)
|
Loading…
Add table
Add a link
Reference in a new issue