forked from Simnation/Main
Update DJ marc
This commit is contained in:
parent
9210af1010
commit
f3e3fda311
28 changed files with 11256 additions and 0 deletions
56
resources/[Developer]/[Max]/myDj/fxmanifest.lua
Normal file
56
resources/[Developer]/[Max]/myDj/fxmanifest.lua
Normal file
|
@ -0,0 +1,56 @@
|
|||
fx_version 'bodacious'
|
||||
game 'gta5'
|
||||
|
||||
lua54 'yes'
|
||||
|
||||
escrow_ignore {
|
||||
'config.lua',
|
||||
'client.lua',
|
||||
'server.lua',
|
||||
}
|
||||
|
||||
|
||||
client_scripts {
|
||||
'config.lua',
|
||||
'client.lua',
|
||||
}
|
||||
|
||||
server_scripts {
|
||||
'@oxmysql/lib/MySQL.lua',
|
||||
'config.lua',
|
||||
'server_escrow.lua',
|
||||
'server.lua',
|
||||
}
|
||||
|
||||
ui_page 'html/index.html'
|
||||
|
||||
files {
|
||||
'html/index.html',
|
||||
|
||||
'html/css/style.css',
|
||||
'html/css/fontawesome.css',
|
||||
|
||||
'html/img/*.png',
|
||||
|
||||
'html/js/script.js',
|
||||
'html/js/jquery-3.5.1.min.js',
|
||||
|
||||
'html/webfonts/Icons/fa-brands-400.eot',
|
||||
'html/webfonts/Icons/fa-brands-400.svg',
|
||||
'html/webfonts/Icons/fa-brands-400.tff',
|
||||
'html/webfonts/Icons/fa-brands-400.woff',
|
||||
'html/webfonts/Icons/fa-brands-400.woff2',
|
||||
|
||||
'html/webfonts/Icons/fa-regular-400.eot',
|
||||
'html/webfonts/Icons/fa-regular-400.svg',
|
||||
'html/webfonts/Icons/fa-regular-400.tff',
|
||||
'html/webfonts/Icons/fa-regular-400.woff',
|
||||
'html/webfonts/Icons/fa-regular-400.woff2',
|
||||
|
||||
'html/webfonts/Icons/fa-solid-900.eot',
|
||||
'html/webfonts/Icons/fa-solid-900.svg',
|
||||
'html/webfonts/Icons/fa-solid-900.tff',
|
||||
'html/webfonts/Icons/fa-solid-900.woff',
|
||||
'html/webfonts/Icons/fa-solid-900.woff2',
|
||||
}
|
||||
dependency '/assetpacks'
|
Loading…
Add table
Add a link
Reference in a new issue