1
0
Fork 0
forked from Simnation/Main
Main/resources/[carscripts]/qb-vehiclekeys/fxmanifest.lua
2025-08-06 15:47:24 +02:00

25 lines
457 B
Lua

fx_version 'cerulean'
game 'gta5'
lua54 'yes'
author 'Kakarot'
description 'Manages vehicle doors and keys for players to lock/unlock them'
version '1.3.0'
shared_scripts {
'@qb-core/shared/locale.lua',
'locales/en.lua',
'locales/*.lua',
'config.lua',
}
client_script 'client/main.lua'
server_script 'server/main.lua'
ui_page 'NUI/index.html'
files {
'NUI/index.html',
'NUI/style.css',
'NUI/script.js',
'NUI/images/*',
}