๐Ÿ”ซqb-weapons

Pew pew

Introduction

  • Handles the logic for weapon events

  • Change weapon damage

  • Reloading logic

  • Weapon durability

  • Weapon attachments

Configuration

General

Config.ReloadTime = math.random(4000, 6000) -- time it takes to reload

Config.DurabilityBlockedWeapons = { -- these will never break
    "weapon_stungun",
    "weapon_nightstick",
    "weapon_flashlight",
    "weapon_unarmed",
}

Durability multiplier

Weapon repair

Weapon Attachemnts

Last updated