1
0
Fork 0
forked from Simnation/Main
Main/resources/[tools]/cayomap/client.lua
2025-07-28 20:05:45 +02:00

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)