Иконка ресурса

amxx reapi Weapon Use Pickup 1.4

Нет прав для скачивания
Автор
Совместимость с
Amx Mod X 1.9.0, Amx Mod X 1.10.0 dev
Мультиязычность
RU
You can pick weapon from the ground with using +use like you do in CS:GO


For English;
Код:
new const szWeaponNames[WeaponIdType:MAX_WEAPONS][] = {
    "", "228 Compact", "", "SSG 08", "He Grenade", "XM1014", "Explosive C4", "MAC-10", "AUG",
    "Smoke Grenade", "Dual Berettas", "Five-SeveN", "UMP-45", "SG-550", "Galil",
    "FAMAS", "USP", "Glock-18", "AWP", "MP5", "M249", "M3", "M4A1", "TMP", "G3SG1",
    "Flashbang", "Desert Eagle", "SG 552", "AK-47", "Knife", "P90", ""
};

ShowSyncHudMsg(pPlayer, g_iHudSync_PickUp, "[E] change to %s", szWeaponNames[weaponId]);
Автор
PurposeLess
Скачиваний
174
Просмотры
4K
Первый выпуск
Обновление
Оценка
0.00 звёзд 0 оценок

Последние обновления

  1. Update to version (1.4)

    The process of pulling armoury_entity into array has been optimized.
  2. Update to version (1.3)

    Removed find_ent_in_sphere and added array to check weapons. Added Hudmessage like exists in CS:GO.
  3. Update to version (1.2)

    Added cs_get_armoury_type to check armoury_entity. The weapons that is spawned on the ground...
Сверху Снизу