Files
red-valley/resources/[framework]/[addons]/qs-vehiclekeys/fxmanifest.lua
2026-03-29 21:41:17 +03:00

50 lines
945 B
Lua
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
fx_version 'cerulean'
games { 'gta5' }
lua54 'yes'
version '4.0.13'
shared_scripts {
'@ox_lib/init.lua',
'config/*.lua',
'locales/*.lua',
'client/utils.lua',
}
client_scripts {
'client/utils.lua',
'client/custom/**/*.lua',
'client/modules/*.lua',
'client/functions.lua',
'client/main.lua',
}
server_scripts {
'@oxmysql/lib/MySQL.lua',
'server/version.lua',
'server/utils.lua',
'server/custom/**/*.lua',
'server/modules/*.lua',
'server/main.lua',
}
escrow_ignore {
'config/*.lua',
'locales/*.lua',
'client/custom/framework/*.lua',
'server/custom/framework/*.lua',
'client/custom/**/*.lua',
'server/custom/**/*.lua',
'client/custom/menus/**/*.lua',
'gps.json',
}
dependencies {
'/server:4752', -- ⚠PLEASE READ⚠ This requires at least server build 4752 or higher
'/gameBuild:3095',
'ox_lib', -- https://github.com/overextended/ox_lib NEED AT LEAST v3.0.0 for the radial menu
}
dependency '/assetpacks'