summaryrefslogtreecommitdiff
path: root/ftp_gmstranded/gamemode/combirenbuy.lua
diff options
context:
space:
mode:
authorScott <scotth0828@gmail.com>2016-04-30 20:31:37 -0400
committerScott <scotth0828@gmail.com>2016-04-30 20:31:37 -0400
commite8fc8b5bf824ed3283dede946e66f5fd843d54ff (patch)
treecf935647c5c5ae0c44b30e8a1256df7799c41a5a /ftp_gmstranded/gamemode/combirenbuy.lua
parent6f6cce0561c19e7af14bcc6e6b1c7de2d5efc530 (diff)
downloadgmstranded-e8fc8b5bf824ed3283dede946e66f5fd843d54ff.tar.gz
gmstranded-e8fc8b5bf824ed3283dede946e66f5fd843d54ff.tar.bz2
gmstranded-e8fc8b5bf824ed3283dede946e66f5fd843d54ff.zip
Some changes
Diffstat (limited to 'ftp_gmstranded/gamemode/combirenbuy.lua')
-rw-r--r--ftp_gmstranded/gamemode/combirenbuy.lua21
1 files changed, 21 insertions, 0 deletions
diff --git a/ftp_gmstranded/gamemode/combirenbuy.lua b/ftp_gmstranded/gamemode/combirenbuy.lua
new file mode 100644
index 0000000..35d914f
--- /dev/null
+++ b/ftp_gmstranded/gamemode/combirenbuy.lua
@@ -0,0 +1,21 @@
+/* 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