summaryrefslogtreecommitdiff
path: root/lua/autorun/server
diff options
context:
space:
mode:
authorApickx <apickx@cogarr.com>2018-03-24 20:47:32 -0400
committerApickx <apickx@cogarr.com>2018-03-24 20:47:32 -0400
commitd22897e044a422e125f46e52c3467473a3656378 (patch)
treeb7eedbaa95f3ec6c7c28a2b33405dda84adbf945 /lua/autorun/server
downloadartery_stranded-d22897e044a422e125f46e52c3467473a3656378.tar.gz
artery_stranded-d22897e044a422e125f46e52c3467473a3656378.tar.bz2
artery_stranded-d22897e044a422e125f46e52c3467473a3656378.zip
Inital commit
Inital commit
Diffstat (limited to 'lua/autorun/server')
-rw-r--r--lua/autorun/server/init.lua11
1 files changed, 11 insertions, 0 deletions
diff --git a/lua/autorun/server/init.lua b/lua/autorun/server/init.lua
new file mode 100644
index 0000000..71956ae
--- /dev/null
+++ b/lua/autorun/server/init.lua
@@ -0,0 +1,11 @@
+print("hello from artery_stranded init.lua")
+do return end
+--for k,v in pairs(ents.FindByClass("trigger_teleport")) do v:Remove() end
+
+local config = nrequire("sv_newplayer.lua")
+config.newmeta = function()
+ return {
+ lastserver = "67.163.245.187:27015",
+ lastlocation = "5699 -5191 131"
+ }
+end