Reload Ammo Bots

В този раздел можете да подавате всякакви заявки за намиране, изработка или преработка на плъгини/модове.
Аватар
Infamous2018
Извън линия
Foreigner
Foreigner
Мнения: 522
Регистриран на: 08 Апр 2018, 16:56
Се отблагодари: 14 пъти
Получена благодарност: 21 пъти

Reload Ammo Bots

Мнение от Infamous2018 » 19 Фев 2021, 18:40

Hello, can anyone create an Plugin that Bots when reload her guns when ammo empty?? My bots dont reload the Guns...

Аватар
atmax
Извън линия
Потребител
Потребител
Мнения: 492
Регистриран на: 22 Мар 2018, 15:06
Се отблагодари: 37 пъти
Получена благодарност: 43 пъти

Reload Ammo Bots

Мнение от atmax » 19 Фев 2021, 20:09

Код за потвърждение: Избери целия код

#include <amxmodx>
#include <amxmisc>
#include <hamsandwich>
#include <fakemeta_util>

public plugin_init()
{
    register_plugin("Auto Reload", "0.1", "Exolent");
    register_event("CurWeapon", "EventCurWeapon", "be", "1=1");
}

public EventCurWeapon(client)
{
    new clip, ammo;
    new weapon = get_user_weapon(client, clip, ammo);
    
    if( !clip && ammo ) // empty clip, but has backpack ammo
    {
        new classname[32];
        get_weaponname(weapon, classname, sizeof(classname) - 1);
        
        new ent = fm_find_ent_by_owner(-1, classname, client);
        
        if( pev_valid(ent) && is_user_bot(client))
        {
            if( pev(client, pev_button) & IN_ATTACK )
            {
                client_cmd(client, "-attack");
            }
            
            ExecuteHamB(Ham_Weapon_Reload, ent);
        }
    }
}
This should solve your problem.
Edit: Try again I forgot to make it for bots only..
Rest in peace my friend I always will remember you! 🖤👊

Аватар
Infamous2018
Извън линия
Foreigner
Foreigner
Мнения: 522
Регистриран на: 08 Апр 2018, 16:56
Се отблагодари: 14 пъти
Получена благодарност: 21 пъти

Reload Ammo Bots

Мнение от Infamous2018 » 20 Фев 2021, 10:02

thx atmax

Заключено
  • Подобни теми
    Отговори
    Преглеждания
     Последно мнение

Обратно към “Заявки за плъгини”

Кой е на линия

Потребители разглеждащи този форум: Bing [Bot] и 6 госта