Skip to content

Commit

Permalink
Added Zmarket Command and Change Method for Weapon Knockback
Browse files Browse the repository at this point in the history
  • Loading branch information
oylsister committed Dec 10, 2022
1 parent d42c5d6 commit 89cc30a
Show file tree
Hide file tree
Showing 11 changed files with 262 additions and 22 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -12,3 +12,5 @@ src/topdefender.sp
cstrike/addons/sourcemod/translations/th/zombiereloaded.phrases.txt
src/topdefender.sp
src/zr/kb.inc
plugins/testconfig.smx
src/testconfig.sp
48 changes: 41 additions & 7 deletions csgo/addons/sourcemod/configs/zr/weapons.txt
Expand Up @@ -52,6 +52,7 @@
// ZMarket (module)

"zmarketprice" "400"
"zmarketcommand" "sm_glock"
}

"P2000"
Expand Down Expand Up @@ -79,6 +80,7 @@
// ZMarket (module)

"zmarketprice" "300"
"zmarketcommand" "sm_p2000,sm_hkp2000"
}

"USP-S"
Expand Down Expand Up @@ -106,6 +108,7 @@
// ZMarket (module)

"zmarketprice" "500"
"zmarketcommand" "sm_usp"
}

"P250"
Expand Down Expand Up @@ -133,7 +136,7 @@
// ZMarket (module)

"zmarketprice" "500"

"zmarketcommand" "sm_p250"
}

"Deagle"
Expand Down Expand Up @@ -161,7 +164,7 @@
// ZMarket (module)

"zmarketprice" "650"

"zmarketcommand" "sm_deagle"
}

"Elite"
Expand Down Expand Up @@ -189,7 +192,7 @@
// ZMarket (module)

"zmarketprice" "800"

"zmarketcommand" "sm_elite"
}

"Fiveseven"
Expand Down Expand Up @@ -217,7 +220,7 @@
// ZMarket (module)

"zmarketprice" "750"

"zmarketcommand" "sm_fiveseven,sm_57"
}

"R8 Revolver"
Expand Down Expand Up @@ -245,6 +248,7 @@
// ZMarket (module)

"zmarketprice" "800"
"zmarketcommand" "sm_revolver,sm_r8"
}

"CZ75-Auto"
Expand Down Expand Up @@ -272,6 +276,7 @@
// ZMarket (module)

"zmarketprice" "800"
"zmarketcommand" "sm_cz75"
}

"Tec-9"
Expand Down Expand Up @@ -299,6 +304,7 @@
// ZMarket (module)

"zmarketprice" "800"
"zmarketcommand" "sm_tec9"
}

"Nova"
Expand Down Expand Up @@ -326,6 +332,7 @@
// ZMarket (module)

"zmarketprice" "1500"
"zmarketcommand" "sm_nova"
}

"XM1014"
Expand Down Expand Up @@ -353,6 +360,7 @@
// ZMarket (module)

"zmarketprice" "3000"
"zmarketcommand" "sm_xm,sm_xm1014"
}

"Sawed-Off"
Expand Down Expand Up @@ -380,6 +388,7 @@
// ZMarket (module)

"zmarketprice" "1500"
"zmarketcommand" "sm_sawedoff"
}

"Mag-7"
Expand Down Expand Up @@ -407,6 +416,7 @@
// ZMarket (module)

"zmarketprice" "2000"
"zmarketcommand" "sm_mag7"
}

"Mac10"
Expand Down Expand Up @@ -434,6 +444,7 @@
// ZMarket (module)

"zmarketprice" "1400"
"zmarketcommand" "sm_mac,sm_mac10"
}

"MP9"
Expand Down Expand Up @@ -461,9 +472,10 @@
// ZMarket (module)

"zmarketprice" "1250"
"zmarketcommand" "sm_mp9"
}

"Bizon"
"PP-Bizon"
{
// General

Expand All @@ -488,9 +500,9 @@
// ZMarket (module)

"zmarketprice" "1400"
"zmarketcommand" "sm_bizon,sm_pp"
}


"MP7"
{
// General
Expand All @@ -516,6 +528,7 @@
// ZMarket (module)

"zmarketprice" "1700"
"zmarketcommand" "sm_mp7"
}

"MP5-SD"
Expand Down Expand Up @@ -543,6 +556,7 @@
// ZMarket (module)

"zmarketprice" "1250"
"zmarketcommand" "sm_mp5"
}

"UMP45"
Expand Down Expand Up @@ -570,6 +584,7 @@
// ZMarket (module)

"zmarketprice" "1700"
"zmarketcommand" "sm_ump,sm_ump45"
}

"P90"
Expand Down Expand Up @@ -597,6 +612,7 @@
// ZMarket (module)

"zmarketprice" "2350"
"zmarketcommand" "sm_p90"
}

"Galil AR"
Expand Down Expand Up @@ -624,6 +640,7 @@
// ZMarket (module)

"zmarketprice" "2000"
"zmarketcommand" "sm_galil"
}

"Famas"
Expand Down Expand Up @@ -651,6 +668,7 @@
// ZMarket (module)

"zmarketprice" "2250"
"zmarketcommand" "sm_famas"
}

"AK47"
Expand Down Expand Up @@ -678,6 +696,7 @@
// ZMarket (module)

"zmarketprice" "2500"
"zmarketcommand" "sm_ak,sm_ak47"
}

"M4A4"
Expand Down Expand Up @@ -705,6 +724,7 @@
// ZMarket (module)

"zmarketprice" "3100"
"zmarketcommand" "sm_m4a4,sm_m4"
}

"M4A1"
Expand Down Expand Up @@ -732,6 +752,7 @@
// ZMarket (module)

"zmarketprice" "3100"
"zmarketcommand" "sm_m4a1,sm_m4s,sm_m4a1s"
}

"SG556"
Expand Down Expand Up @@ -759,6 +780,7 @@
// ZMarket (module)

"zmarketprice" "3500"
"zmarketcommand" "sm_sg556"
}

"AUG"
Expand Down Expand Up @@ -786,6 +808,7 @@
// ZMarket (module)

"zmarketprice" "3500"
"zmarketcommand" "sm_aug"
}

"SSG 08"
Expand Down Expand Up @@ -813,6 +836,7 @@
// ZMarket (module)

"zmarketprice" "2500"
"zmarketcommand" "sm_ssg,sm_ssg08,sm_scout"
}

"SCAR-20"
Expand Down Expand Up @@ -840,6 +864,7 @@
// ZMarket (module)

"zmarketprice" "5000"
"zmarketcommand" "sm_scar,sm_scar20"
}

"G3SG1"
Expand Down Expand Up @@ -867,6 +892,7 @@
// ZMarket (module)

"zmarketprice" "5000"
"zmarketcommand" "sm_g3sg1"
}

"AWP"
Expand Down Expand Up @@ -894,6 +920,7 @@
// ZMarket (module)

"zmarketprice" "4750"
"zmarketcommand" "sm_awp"
}

"M249"
Expand Down Expand Up @@ -921,6 +948,7 @@
// ZMarket (module)

"zmarketprice" "5750"
"zmarketcommand" "sm_m249
}

"Negev"
Expand Down Expand Up @@ -948,6 +976,7 @@
// ZMarket (module)

"zmarketprice" "5750"
"zmarketcommand" "sm_negev"
}

"Knife"
Expand Down Expand Up @@ -989,6 +1018,7 @@

"zmarketprice" "300"
"zmarketpurchasemax" "1"
"zmarketcommand" "sm_he"
}

"Flashbang"
Expand All @@ -1008,6 +1038,7 @@

"zmarketprice" "200"
"zmarketpurchasemax" "1"
"zmarketcommand" "sm_flashbang,sm_flash"
}

"Smokegrenade"
Expand All @@ -1027,6 +1058,7 @@

"zmarketprice" "300"
"zmarketpurchasemax" "1"
"zmarketcommand" "sm_smoke"
}

"IncGrenade"
Expand All @@ -1050,6 +1082,7 @@

"zmarketprice" "850"
"zmarketpurchasemax" "1"
"zmarketcommand" "sm_inc"
}

"Molotov"
Expand All @@ -1069,6 +1102,7 @@

"zmarketprice" "850"
"zmarketpurchasemax" "1"
"zmarketcommand" "sm_mol,sm_molotov"
}

"Decoy"
Expand All @@ -1088,7 +1122,7 @@

"zmarketprice" "200"
"zmarketpurchasemax" "1"
"zmarketcommand" "sm_de"
"zmarketcommand" "sm_de,sm_decoy"
}

"NVGs"
Expand Down

0 comments on commit 89cc30a

Please sign in to comment.