1d538e1c90
Weapons using this base: - Cannot be selected from the player's HUD - Cannot be dropped or seen in-game - Switch to "weapon_zs_fists" if switched to forcefully
8 lines
147 B
Lua
8 lines
147 B
Lua
include('shared.lua')
|
|
|
|
SWEP.Slot = -1
|
|
SWEP.SlotPos = -1
|
|
SWEP.DrawAmmo = false
|
|
SWEP.DrawCrosshair = true
|
|
SWEP.DrawWeaponInfoBox = false
|
|
|