mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-16 21:33:46 +03:00
29 lines
673 B
Lua
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 |