Files
wnsrc/lua/arccw/shared/sh_quicknade.lua
lifestorm 9c918c46e5 Upload
2024-08-04 23:12:27 +03:00

29 lines
673 B
Lua

--[[
| 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