Scripts/resources/[qb]/[qb_extras]/qb-store3/fxmanifest.lua

31 lines
377 B
Lua
Raw Permalink Normal View History

2024-12-30 10:15:34 +00:00
fx_version 'adamant'
2024-12-29 20:07:10 +00:00
game 'gta5'
version 'V1.0'
ui_page 'html/index.html'
client_scripts {
'Client/*.lua',
}
server_scripts {
'Server/*.lua'
}
shared_scripts {
"Config.lua"
}
files {
'html/index.html',
'html/css/*.css',
'html/*.css',
'html/js/*.js',
'html/js/*.js.map',
'html/img/*.png',
'html/img/*.jpg',
'html/img/*.gif',
}