forked from Simnation/Main
ed
This commit is contained in:
parent
a730434314
commit
109cfdabcc
91 changed files with 167 additions and 852 deletions
33
resources/[tools]/dc_propattach/fxmanifest.lua
Normal file
33
resources/[tools]/dc_propattach/fxmanifest.lua
Normal 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'
|
Loading…
Add table
Add a link
Reference in a new issue