diff options
Diffstat (limited to 'lua/entities/info_huntablespawn/shared.lua')
| -rw-r--r-- | lua/entities/info_huntablespawn/shared.lua | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/lua/entities/info_huntablespawn/shared.lua b/lua/entities/info_huntablespawn/shared.lua deleted file mode 100644 index 09c731f..0000000 --- a/lua/entities/info_huntablespawn/shared.lua +++ /dev/null @@ -1,13 +0,0 @@ -if engine.ActiveGamemode() ~= "sandbox" then return end - -ENT.Type = "anim" -ENT.Base = "base_entity" - -ENT.PrintName= "Huntable Spawn" -ENT.Author= "Apickx" -ENT.Contact= "cogarr.net" -ENT.Purpose= "Set a point that npc's can spawn at" -ENT.Instructions= "Put a few of these down out of sight" -ENT.Spawnable = true -ENT.AdminSpawnable = false -ENT.Category = "Artery" |
