-
Автор темы
- #1
2.6. Запрещено попрошайничество симпатий / денег и так далее. Также запрещено писать сообщения, похожие на данные: "Не откажусь от симпатий", "Буду рад благодарности за проделанную работу" и прочее.
I allways get questions like Can I release my privat font .: Frowning:
Download:
Things for ayyware:
Download:
Пожалуйста, авторизуйтесь для просмотра ссылки.
Things for ayyware:
Код:
const char * GetGunIcon ()
{
short WeaponId = * this-> GetItemDefinitionIndex ();
switch (WeaponId)
{
case WEAPON_KNIFE_CT:
return "o";
case WEAPON_KNIFE_T:
return "l";
case WEAPON_DEAGLE:
return "F";
case WEAPON_ELITE:
return "G";
case WEAPON_FIVESEVEN:
return "I";
case WEAPON_GLOCK:
return "g";
case WEAPON_REVOLVER:
return "j";
case WEAPON_HKP2000:
return "e";
case WEAPON_P250:
return "G";
case WEAPON_USP_SILENCER:
return "c";
case WEAPON_TEC9:
return "a";
case WEAPON_CZ75A:
return "E";
case WEAPON_MAC10:
return "O";
case WEAPON_UMP45:
return "b";
case WEAPON_BIZON:
return "D";
case WEAPON_MP7:
return "P";
case WEAPON_MP9:
return "R";
case WEAPON_P90:
return "U";
case WEAPON_GALILAR:
return "K";
case WEAPON_FAMAS:
return "H";
case WEAPON_M4A1_SILENCER:
return "N";
case WEAPON_M4A1:
return "M";
case WEAPON_AUG:
return "B";
case WEAPON_SG556:
return "X";
case WEAPON_AK47:
return "A";
case WEAPON_G3SG1:
return "J";
case WEAPON_SCAR20:
return "W";
case WEAPON_AWP:
return "C";
case WEAPON_SSG08:
return "Y";
case WEAPON_XM1014:
return "d";
case WEAPON_SAWEDOFF:
return "V";
case WEAPON_MAG7:
return "P";
case WEAPON_NOVA:
return "T";
case WEAPON_NEGEV:
return "S";
case WEAPON_M249:
return "L";
case WEAPON_TASER:
return "Z";
case WEAPON_FLASHBANG:
return "t";
case WEAPON_HEGRENADE:
return "h";
case WEAPON_SMOKEGRENADE:
return "k";
case WEAPON_MOLOTOV:
return "i";
case WEAPON_DECOY:
return "u";
case WEAPON_INCGRENADE:
return "i";
case WEAPON_C4:
return "";
default:
return "";
}
} [/ CODE] [/ CODE] [/ CODE]
Последнее редактирование: