1
0
Fork 0
forked from Simnation/Main
Main/resources/[tools]/dc_propattach/fxmanifest.lua

33 lines
440 B
Lua
Raw Normal View History

2025-07-14 16:42:23 +02:00
fx_version 'cerulean'
games { 'gta5' }
lua54 'yes'
author 'DC Customz'
description 'DC Customz Prop Attach Tool V2'
version '1.0.1'
ui_page 'nui/index.html'
files {
'nui/index.html',
'nui/style.css',
'nui/script.js'
}
shared_scripts {
'config.lua',
}
client_scripts {
"client/cl_main.lua",
}
server_scripts {
"server/sv_main.lua",
}
escrow_ignore {
'config.lua',
'server/sv_main.lua'
}
dependency '/assetpacks'