summaryrefslogtreecommitdiff
path: root/lua/entities/info_towniespawn/shared.lua
blob: ea7ac994cc2999d3746ad9f90a96cd18c85f558b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
if engine.ActiveGamemode() ~= "sandbox" then return end

ENT.Base = "info_programmable_base"

ENT.PrintName= "Townie Spawn"
ENT.Author= "Apickx"
ENT.Contact= "cogarr.net"
ENT.Purpose= "Set a spawn point"
ENT.Instructions= "Make sure there's a 32x32 box for players to spawn!"
ENT.Spawnable = true
ENT.AdminSpawnable = false
ENT.Category = "Artery"