1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-07-28 19:47:13 +02:00
parent 1dba5a85f2
commit b4ab65afa1
2 changed files with 19 additions and 0 deletions

View 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)

View file

@ -0,0 +1,10 @@
fx_version 'cerulean'
game 'gta5'
author 'DeinName'
description 'Cayo Perico Pausemap'
version '1.0.0'
client_scripts {
'client.lua'
}