Scripts/resources/[qb]/[qb_core]/qb-vehiclekeys/fxmanifest.lua
2024-12-30 11:15:34 +01:00

20 lines
366 B
Lua

fx_version 'adamant'
game 'gta5'
description 'QB-VehicleKeys'
version '1.2.1'
ui_page 'NUI/index.html'
files {
'NUI/index.html',
'NUI/style.css',
'NUI/script.js',
'NUI/images/*',
}
shared_scripts {
'@qb-core/shared/locale.lua',
'locales/da.lua',
'config.lua',
}
client_script 'client/main.lua'
server_script 'server/main.lua'
lua54 'yes'