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)
|
10
resources/[tools]/cayomap/fxmanifest.lua
Normal file
10
resources/[tools]/cayomap/fxmanifest.lua
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
fx_version 'cerulean'
|
||||||
|
game 'gta5'
|
||||||
|
|
||||||
|
author 'DeinName'
|
||||||
|
description 'Cayo Perico Pausemap'
|
||||||
|
version '1.0.0'
|
||||||
|
|
||||||
|
client_scripts {
|
||||||
|
'client.lua'
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue