forked from Simnation/Main
8 lines
232 B
Lua
8 lines
232 B
Lua
CreateThread(function()
|
|
Wait(2000)
|
|
|
|
-- Erweitere die Welt-Grenzen permanent
|
|
ExtendWorldBoundaryForPlayer(-4000.0, -6500.0, 6500.0, -3000.0)
|
|
|
|
print("^2[CayoMap]^7 Cayo Perico zur Pausemap hinzugefügt!")
|
|
end)
|