This commit is contained in:
Nordi98 2025-08-06 15:47:24 +02:00
parent da886cd616
commit b9d52618bb
29 changed files with 2892 additions and 0 deletions

View file

@ -0,0 +1,25 @@
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/*',
}