1
0
Fork 0
forked from Simnation/Main
Main/resources/[standalone]/cs_license/fxmanifest.lua

23 lines
620 B
Lua
Raw Normal View History

2025-06-07 08:51:21 +02:00
fx_version 'adamant'
version '1.2.5'
game 'gta5'
author 'CodeStudio'
description 'Ultimate ID System'
this_is_a_map 'yes'
ui_page 'ui/index.html'
shared_scripts {'@ox_lib/init.lua', 'config/config.lua', 'config/language.lua'}
client_scripts {'main/client.lua', 'config/functions/cl_function.lua'}
server_scripts {'@oxmysql/lib/MySQL.lua', 'main/server.lua', 'config/functions/sv_function.lua'}
data_file 'DLC_ITYP_REQUEST' 'GreenScreenSINC.ytyp'
files {'ui/**', 'stream/GreenScreenSINC.ytyp'}
escrow_ignore {'config/**'}
dependencies {'oxmysql', 'ox_lib'}
lua54 'yes'
dependency '/assetpacks'