mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 21:53:46 +03:00
Upload
This commit is contained in:
29
lua/arccw/shared/sh_quicknade.lua
Normal file
29
lua/arccw/shared/sh_quicknade.lua
Normal file
@@ -0,0 +1,29 @@
|
||||
--[[
|
||||
| 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
|
||||
Reference in New Issue
Block a user