From 338df8bb39a8cb24849953a1327a22e3e50938ae Mon Sep 17 00:00:00 2001 From: Vaqtincha Date: Sat, 12 Feb 2022 21:53:10 +0500 Subject: [PATCH] update WeaponBuyAliasInfo --- regamedll/dlls/weapontype.cpp | 86 +++++++++++++++++------------------ 1 file changed, 43 insertions(+), 43 deletions(-) diff --git a/regamedll/dlls/weapontype.cpp b/regamedll/dlls/weapontype.cpp index cc08aed76..209c7b89d 100644 --- a/regamedll/dlls/weapontype.cpp +++ b/regamedll/dlls/weapontype.cpp @@ -124,49 +124,49 @@ WeaponAliasInfo g_weaponAliasInfo[] = WeaponBuyAliasInfo g_weaponBuyAliasInfo[] = { - { "galil", WEAPON_GALIL, "#Galil" }, - { "defender", WEAPON_GALIL, "#Galil" }, - { "ak47", WEAPON_AK47, "#AK47" }, - { "cv47", WEAPON_AK47, "#AK47" }, - { "scout", WEAPON_SCOUT, nullptr }, - { "sg552", WEAPON_SG552, "#SG552" }, - { "krieg552", WEAPON_SG552, "#SG552" }, - { "awp", WEAPON_AWP, nullptr }, - { "magnum", WEAPON_AWP, nullptr }, - { "g3sg1", WEAPON_G3SG1, "#G3SG1" }, - { "d3au1", WEAPON_G3SG1, "#G3SG1" }, - { "famas", WEAPON_FAMAS, "#Famas" }, - { "clarion", WEAPON_FAMAS, "#Famas" }, - { "m4a1", WEAPON_M4A1, "#M4A1" }, - { "aug", WEAPON_AUG, "#Aug" }, - { "bullpup", WEAPON_AUG, "#Aug" }, - { "sg550", WEAPON_SG550, "#SG550" }, - { "krieg550", WEAPON_SG550, "#SG550" }, - { "glock", WEAPON_GLOCK18, nullptr }, - { "9x19mm", WEAPON_GLOCK18, nullptr }, - { "usp", WEAPON_USP, nullptr }, - { "km45", WEAPON_USP, nullptr }, - { "p228", WEAPON_P228, nullptr }, - { "228compact", WEAPON_P228, nullptr }, - { "deagle", WEAPON_DEAGLE, nullptr }, - { "nighthaw", WEAPON_DEAGLE, nullptr }, - { "elites", WEAPON_ELITE, "#Beretta96G" }, - { "fn57", WEAPON_FIVESEVEN, "#FiveSeven" }, - { "fiveseven", WEAPON_FIVESEVEN, "#FiveSeven" }, - { "m3", WEAPON_M3, nullptr }, - { "12gauge", WEAPON_M3, nullptr }, - { "xm1014", WEAPON_XM1014, nullptr }, - { "autoshotgun",WEAPON_XM1014, nullptr }, - { "mac10", WEAPON_MAC10, "#Mac10" }, - { "tmp", WEAPON_TMP, "#tmp" }, - { "mp", WEAPON_TMP, "#tmp" }, - { "mp5", WEAPON_MP5N, nullptr }, - { "smg", WEAPON_MP5N, nullptr }, - { "ump45", WEAPON_UMP45, nullptr }, - { "p90", WEAPON_P90, nullptr }, - { "c90", WEAPON_P90, nullptr }, - { "m249", WEAPON_M249, nullptr }, - { nullptr, WEAPON_NONE, nullptr }, + { "galil", WEAPON_GALIL, "#Galil" }, + { "defender", WEAPON_GALIL, "#Galil" }, + { "ak47", WEAPON_AK47, "#AK47" }, + { "cv47", WEAPON_AK47, "#AK47" }, + { "scout", WEAPON_SCOUT, "#Scout" }, + { "sg552", WEAPON_SG552, "#SG552" }, + { "krieg552", WEAPON_SG552, "#SG552" }, + { "awp", WEAPON_AWP, "#ArcticWarfareMagnum" }, + { "magnum", WEAPON_AWP, "#ArcticWarfareMagnum" }, + { "g3sg1", WEAPON_G3SG1, "#G3SG1" }, + { "d3au1", WEAPON_G3SG1, "#G3SG1" }, + { "famas", WEAPON_FAMAS, "#Famas" }, + { "clarion", WEAPON_FAMAS, "#Famas" }, + { "m4a1", WEAPON_M4A1, "#M4A1" }, + { "aug", WEAPON_AUG, "#Aug" }, + { "bullpup", WEAPON_AUG, "#Aug" }, + { "sg550", WEAPON_SG550, "#SG550" }, + { "krieg550", WEAPON_SG550, "#SG550" }, + { "glock", WEAPON_GLOCK18, "#Glock18" }, + { "9x19mm", WEAPON_GLOCK18, "#Glock18" }, + { "usp", WEAPON_USP, "#USP45" }, + { "km45", WEAPON_USP, "#USP45" }, + { "p228", WEAPON_P228, "#P228" }, + { "228compact", WEAPON_P228, "#P228" }, + { "deagle", WEAPON_DEAGLE, "#DesertEagle" }, + { "nighthaw", WEAPON_DEAGLE, "#DesertEagle" }, + { "elites", WEAPON_ELITE, "#Beretta96G" }, + { "fn57", WEAPON_FIVESEVEN, "#FiveSeven" }, + { "fiveseven", WEAPON_FIVESEVEN, "#FiveSeven" }, + { "m3", WEAPON_M3, "#Super90" }, + { "12gauge", WEAPON_M3, "#Super90" }, + { "xm1014", WEAPON_XM1014, "#XM1014" }, + { "autoshotgun",WEAPON_XM1014, "#XM1014" }, + { "mac10", WEAPON_MAC10, "#Mac10" }, + { "tmp", WEAPON_TMP, "#tmp" }, + { "mp", WEAPON_TMP, "#tmp" }, + { "mp5", WEAPON_MP5N, "#mp5navy" }, + { "smg", WEAPON_MP5N, "#mp5navy" }, + { "ump45", WEAPON_UMP45, "#UMP45" }, + { "p90", WEAPON_P90, "#FNP90" }, + { "c90", WEAPON_P90, "#FNP90" }, + { "m249", WEAPON_M249, "#M249" }, + { nullptr, WEAPON_NONE, nullptr }, }; WeaponClassAliasInfo g_weaponClassAliasInfo[] =