blob: 80d76a1f08628dc83b6d18f648aedb12e04adc45 (
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 Shopkeep"
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"
|