1
0
Fork 0
forked from Simnation/Main
Main/resources/[housing]/brutal_keys/fxmanifest.lua

61 lines
1.2 KiB
Lua
Raw Permalink Normal View History

2025-07-09 21:31:55 +02:00
fx_version 'cerulean'
games { 'gta5' }
lua54 'yes'
author 'Keres & Dév'
description 'Brutal Keys - store.brutalscripts.com'
version '1.0.5'
client_scripts {
'config.lua',
'core/client-core.lua',
'cl_utils.lua',
'client/*.lua'
}
server_scripts {
'@mysql-async/lib/MySQL.lua',
'config.lua',
'core/server-core.lua',
'sv_utils.lua',
'server/*.lua',
}
shared_script {
'@ox_lib/init.lua'
}
export 'addKey'
export 'removeKey'
export 'addVehicleKey'
export 'addVehicleTemporaryKey'
export 'getPlayerKey'
export 'OpenKeysMenu'
ui_page "html/index.html"
files {
"html/index.html",
"html/style.css",
"html/script.js",
"html/assets/**",
'locales/*.json',
}
dependencies {
'lockpick', -- https://github.com/baguscodestudio/lockpick
'mx_fixwiring', -- https://github.com/mxlolshop/minigameFixWiring/tree/main/Fix%20Wiring/FiveM/mx_fixwiring
'/server:5181', -- ⚠PLEASE READ⚠; Requires at least SERVER build 5181
'/gameBuild:2189', -- ⚠PLEASE READ⚠; Requires at least GAME build 2189.
}
escrow_ignore {
'config.lua',
'cl_utils.lua',
'sv_utils.lua',
'core/client-core.lua',
'core/server-core.lua',
'stream/*.ydr',
'stream/*.ytyp',
}
dependency '/assetpacks'