ed
This commit is contained in:
parent
da886cd616
commit
b9d52618bb
29 changed files with 2892 additions and 0 deletions
25
resources/[carscripts]/qb-vehiclekeys/fxmanifest.lua
Normal file
25
resources/[carscripts]/qb-vehiclekeys/fxmanifest.lua
Normal 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/*',
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue