2024-12-30 10:15:34 +00:00
|
|
|
fx_version 'adamant'
|
2024-12-29 20:03:28 +00:00
|
|
|
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'
|