zombiesurvival-evolved/gamemodes/zombiesurvival/entities/weapons/weapon_zs_manhackcontrol_saw.lua
2014-10-01 20:49:54 -04:00

10 lines
216 B
Lua

AddCSLuaFile()
SWEP.Base = "weapon_zs_manhackcontrol"
if CLIENT then
SWEP.PrintName = "Manhack Control - Saw"
SWEP.Description = "Controller for your modified Manhack."
end
SWEP.EntityClass = "prop_manhack_saw"