summaryrefslogtreecommitdiff
path: root/ftp_gmstranded/gamemode/combirenbuy.lua
diff options
context:
space:
mode:
Diffstat (limited to 'ftp_gmstranded/gamemode/combirenbuy.lua')
-rw-r--r--ftp_gmstranded/gamemode/combirenbuy.lua21
1 files changed, 0 insertions, 21 deletions
diff --git a/ftp_gmstranded/gamemode/combirenbuy.lua b/ftp_gmstranded/gamemode/combirenbuy.lua
deleted file mode 100644
index 35d914f..0000000
--- a/ftp_gmstranded/gamemode/combirenbuy.lua
+++ /dev/null
@@ -1,21 +0,0 @@
-/* M9k USP */
-local COMBI = {}
-
-COMBI.Name = "Test"
-COMBI.Description = "A refined version of a pistol"
-COMBI.Entity = "gms_renbuyshop"
-
-COMBI.Req = {}
-COMBI.Req["Tech Gunslide"] = 1
-COMBI.Req["Tech Gungrip"] = 1
-COMBI.Req["Tech Gunbarrel"] = 1
-COMBI.Req["Tech Gunmagazine"] = 1
-
-COMBI.SkillReq = {}
-COMBI.SkillReq["Weapon_Crafting"] = 16
-COMBI.SkillReq["Hunting"] = 12
-
-COMBI.Texture = "gms_icons/gms_weapon.png"
-COMBI.SwepClass = "m9k_usp"
-
-GMS.RegisterCombi( COMBI, "gms_renbuyshop" ) \ No newline at end of file