diff options
| author | Scott <scotth0828@gmail.com> | 2016-05-21 18:43:49 -0400 |
|---|---|---|
| committer | Scott <scotth0828@gmail.com> | 2016-05-21 18:43:49 -0400 |
| commit | dc64170e1c5fe08513ca46afa8224d4e9d95753b (patch) | |
| tree | 8f4f84f304a3517301162e11d2575ec17518bf18 /entities | |
| parent | e4fad85f0a94be268bd18767406c74d2ca18c5d6 (diff) | |
| download | gmstranded-dc64170e1c5fe08513ca46afa8224d4e9d95753b.tar.gz gmstranded-dc64170e1c5fe08513ca46afa8224d4e9d95753b.tar.bz2 gmstranded-dc64170e1c5fe08513ca46afa8224d4e9d95753b.zip | |
Some changes
Diffstat (limited to 'entities')
| -rw-r--r-- | entities/entities/gms_renbuyshop.lua | 13 | ||||
| -rw-r--r-- | entities/entities/gms_rensellshop.lua | 13 |
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 |
