forked from Simnation/Main
26 lines
457 B
Lua
26 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/*',
|
||
|
}
|