ed
This commit is contained in:
parent
55adb0ec7f
commit
1f0a23516e
46 changed files with 2671 additions and 9 deletions
61
resources/[housing]/brutal_keys/fxmanifest.lua
Normal file
61
resources/[housing]/brutal_keys/fxmanifest.lua
Normal file
|
@ -0,0 +1,61 @@
|
|||
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'
|
Loading…
Add table
Add a link
Reference in a new issue