1
0
Fork 0
forked from Simnation/Main
Main/resources/[defaultmaps]/cfx-gabz-mapdata/fxmanifest.lua
2025-06-07 08:51:21 +02:00

34 lines
No EOL
709 B
Lua
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

fx_version 'cerulean'
game 'gta5'
author 'Gabz'
description 'Mapdata'
version '1.0.4'
lua54 'yes'
this_is_a_map 'yes'
dependencies {
'/server:4960', -- ⚠PLEASE READ⚠; Requires at least SERVER build 4960.
'/gameBuild:2545', -- ⚠PLEASE READ⚠; Requires at least GAME build 2545.
}
files {
'gabz_timecycle_mods1.xml',
'cfx-gabz-mapdata_cache_y.dat'
}
data_file 'TIMECYCLEMOD_FILE' 'gabz_timecycle_mods1.xml'
client_script {
'gabz_entityset_mods1.lua',
'gabz_ipl_blockers.lua',
}
server_scripts {
'version_check.lua',
}
escrow_ignore {
'gabz-doorlocks/*.lua',
'gabz_entityset_mods1.lua',
}
dependency '/assetpacks'