summaryrefslogtreecommitdiff
path: root/entities
diff options
context:
space:
mode:
authorAlexander Pickering <alexandermpickering@gmail.com>2016-05-14 20:41:01 -0400
committerAlexander Pickering <alexandermpickering@gmail.com>2016-05-14 20:41:01 -0400
commitc3ffe12b3269b3b98f74ae80fff936c9ce1d5125 (patch)
treecf0e4d0da28b61ed4b7867c914ad7e94397f63a8 /entities
parent4263791a8c7d4632f1934ba1fb8d9cbc7fc16410 (diff)
downloadgmstranded-c3ffe12b3269b3b98f74ae80fff936c9ce1d5125.tar.gz
gmstranded-c3ffe12b3269b3b98f74ae80fff936c9ce1d5125.tar.bz2
gmstranded-c3ffe12b3269b3b98f74ae80fff936c9ce1d5125.zip
Completely stripped out ren
Diffstat (limited to 'entities')
-rw-r--r--entities/entities/gms_renbuyshop.lua13
-rw-r--r--entities/entities/gms_rensellshop.lua13
2 files changed, 0 insertions, 26 deletions
diff --git a/entities/entities/gms_renbuyshop.lua b/entities/entities/gms_renbuyshop.lua
deleted file mode 100644
index f6f4f2b..0000000
--- a/entities/entities/gms_renbuyshop.lua
+++ /dev/null
@@ -1,13 +0,0 @@
-
-AddCSLuaFile()
-
-ENT.Base = "gms_base_entity"
-ENT.PrintName = "Ren Buy Shop"
-
-ENT.Model = "models/props_lab/monitor02.mdl"
-
-if ( CLIENT ) then return end
-
-function ENT:OnUse( ply )
- ply:OpenCombiMenu( "gms_renbuyshop" )
-end
diff --git a/entities/entities/gms_rensellshop.lua b/entities/entities/gms_rensellshop.lua
deleted file mode 100644
index 75e43f4..0000000
--- a/entities/entities/gms_rensellshop.lua
+++ /dev/null
@@ -1,13 +0,0 @@
-
-AddCSLuaFile()
-
-ENT.Base = "gms_base_entity"
-ENT.PrintName = "Ren Sell Shop"
-
-ENT.Model = "models/props_c17/consolebox01a.mdl"
-
-if ( CLIENT ) then return end
-
-function ENT:OnUse( ply )
- ply:OpenCombiMenu( "gms_rensellshop" )
-end