1
0
Fork 0
forked from Simnation/Main
Main/resources/[defaultmaps]/cfx_prompt_sandy_mapdata/fxmanifest.lua

27 lines
422 B
Lua
Raw Normal View History

2025-08-05 16:33:46 +02:00
fx_version "cerulean"
games { 'gta5' }
author 'Prompt Mods'
description 'Motel+Gas+Mechanic+Church+Dealer+Cityhall+Houses1+Trainstation+Marina+Boathouse+Sheriff+Hospital+Airfield+Firestation'
version '1.0.0'
this_is_a_map 'yes'
escrow_ignore {
'stream/**'
}
-- scripts --
lua54 'yes'
client_scripts {
'client.js'
}
server_scripts{
'sv_MapDataHandler.lua',
'server.js'
}
dependency '/assetpacks'