1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-07-14 16:42:23 +02:00
parent a730434314
commit 109cfdabcc
91 changed files with 167 additions and 852 deletions

View file

@ -0,0 +1,33 @@
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'