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

24 lines
331 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'
game 'gta5'
lua54 'yes'
shared_scripts {
'config.lua'
}
client_script {
'client.lua'
}
escrow_ignore {
'config.lua'
}
dependencies {
'/server:4752', -- ⚠PLEASE READ⚠ This requires at least server build 4700 or higher
'qs-inventory' -- Required.
}
dependency '/assetpacks'