--[[ | This file was obtained through the combined efforts | of Madbluntz & Plymouth Antiquarian Society. | | Credits: lifestorm, Gregory Wayne Rossel JR., | Maloy, DrPepper10 @ RIP, Atle! | | Visit for more: https://plymouth.thetwilightzone.ru/ --]] -- ArcCW.QuickNadeTable = { -- ["frag"] = { -- ShortName = "FRAG", -- ThrowEntity = "arccw_proj_frag", -- ViewModel = "models/weapons/cstrike/c_eq_fraggrenade.mdl" -- } -- } -- if CLIENT then -- function ArcCW:QuickNade(index) -- if !ArcCW.QuickNadeTable[index] then return end -- local wpn = LocalPlayer():GetActiveWeapon() -- if !wpn.ArcCW then return end -- end -- end