Files
wnsrc/lua/entities/npc_vj_ez2_gonome_classic/shared.lua
lifestorm 324f19217d Upload
2024-08-05 18:40:29 +03:00

27 lines
877 B
Lua

--[[
| 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/
--]]
ENT.Base = "npc_vj_ez2_gonome"
ENT.Type = "ai"
ENT.PrintName = "Entropy Zero 2 Gonome"
ENT.Author = "Random72638"
ENT.Contact = "http://steamcommunity.com/groups/vrejgaming"
ENT.Purpose = "Spawn it and fight with it!"
ENT.Instructions = "Click on the spawnicon to spawn it."
ENT.Category = "Half-life"
if (CLIENT) then
local Name = "Entropy Zero 2 Gonome"
local LangName = "npc_vj_ez2_gonome_classic"
language.Add(LangName, Name)
killicon.Add(LangName,"HUD/killicons/default",Color(255,80,0,255))
language.Add("#"..LangName, Name)
killicon.Add("#"..LangName,"HUD/killicons/default",Color(255,80,0,255))
end