From 7e5db609550cca0d8b8a76c4bf78ba4658962167 Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Sat, 16 Apr 2016 02:02:00 -0400 Subject: Initial commit --- entities/weapons/bobs_shotty_base/cl_init.lua | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 entities/weapons/bobs_shotty_base/cl_init.lua (limited to 'entities/weapons/bobs_shotty_base/cl_init.lua') diff --git a/entities/weapons/bobs_shotty_base/cl_init.lua b/entities/weapons/bobs_shotty_base/cl_init.lua new file mode 100644 index 0000000..cb3dfa3 --- /dev/null +++ b/entities/weapons/bobs_shotty_base/cl_init.lua @@ -0,0 +1,9 @@ +include('shared.lua') + +SWEP.PrintName = "" // 'Nice' Weapon name (Shown on HUD) +SWEP.Slot = 4 // Slot in the weapon selection menu +SWEP.SlotPos = 1 // Position in the slot +SWEP.DrawAmmo = true // Should draw the default HL2 ammo counter // Should draw the default crosshair +SWEP.DrawWeaponInfoBox = true // Should draw the weapon info box +SWEP.BounceWeaponIcon = true // Should the weapon icon bounce? +SWEP.CSMuzzleFlashes = true \ No newline at end of file -- cgit v1.2.3-70-g09d2