1
0
Fork 0
forked from Simnation/Main
Main/resources/[tools]/cayomap/client.lua

9 lines
232 B
Lua
Raw Normal View History

2025-07-28 19:47:13 +02:00
CreateThread(function()
2025-07-28 20:05:45 +02:00
Wait(2000)
2025-07-28 19:47:13 +02:00
2025-07-28 20:05:45 +02:00
-- Erweitere die Welt-Grenzen permanent
2025-07-28 19:47:13 +02:00
ExtendWorldBoundaryForPlayer(-4000.0, -6500.0, 6500.0, -3000.0)
2025-07-28 20:05:45 +02:00
print("^2[CayoMap]^7 Cayo Perico zur Pausemap hinzugefügt!")
2025-07-28 19:47:13 +02:00
end)