zombiesurvival-evolved/gamemodes/zombiesurvival/entities/weapons/weapon_zs_manhackcontrol_saw.lua

11 lines
216 B
Lua
Raw Normal View History

2014-10-02 08:49:54 +08:00
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"