30 lines
443 B
Lua
30 lines
443 B
Lua
fx_version 'adamant'
|
|
game 'gta5'
|
|
|
|
description 'QB-RadialMenu'
|
|
version '1.0.0'
|
|
|
|
ui_page 'html/index.html'
|
|
|
|
shared_scripts {
|
|
'config.lua',
|
|
'@qb-core/shared/locale.lua',
|
|
'locales/da.lua' -- Change this to your preferred language
|
|
}
|
|
|
|
client_scripts {
|
|
'client/*.lua',
|
|
}
|
|
|
|
server_scripts {
|
|
'server/*.lua',
|
|
}
|
|
|
|
files {
|
|
'html/index.html',
|
|
'html/css/main.css',
|
|
'html/js/main.js',
|
|
'html/js/RadialMenu.js',
|
|
}
|
|
|
|
lua54 'yes' |