🔫 Framework Weapon Protection
🛠️ Configuration Overview
-- Only Enable if you are using one of these
PrettyPacketAC.FrameworkWeaponProtection = {
enabled = false,
action = "WARN",
framework = "qb",
inventory = "qb" -- qb (QB Inventory Newest Exports), ESX (Framework Functions), OX
}
-- Ignore if not using Framework Protection otherwise add in every weapon in your game to here both vanilla and Addon
PrettyPacketAC.FrameworkWeaponProtectionDict = {
[GetHashKey("weapon_unarmed")] = {
["name"] = "weapon_unarmed"
},
[GetHashKey("weapon_knife")] = {
["name"] = "weapon_knife"
},
}📝 Recommendations for Setup
🔧 Weapon Dictionary Configuration
💡 Pro Tip:
Last updated