• Я зарабатываю 100 000 RUB / месяц на этом сайте!

    А знаешь как? Я всего-лишь публикую (создаю темы), а админ мне платит. Трачу деньги на мороженое, робуксы и сервера в Minecraft. А ещё на паль из Китая. 

    Хочешь так же? Пиши и узнавай условия: https://t.me/alex_redact
    Реклама: https://t.me/yougame_official

Indigo tabs buttom

Начинающий
Начинающий
Статус
Оффлайн
Регистрация
25 Фев 2018
Сообщения
7
Реакции
2
uywdc

Hello everyone today im gonna teach you guys how to make your tabs at the buttom of your menu;)
First you go to your client.cpp.
Copy the code in your tabs.
Then replace this with everything and add the code from your tabs again!
Код:
Expand Collapse Copy
 if (ImGui :: Begin (CHEAT_NAME, & bIsGuiVisible, ImGuiWindowFlags_NoCollapse | ImGuiWindowFlags_NoResize))
{

static int tabSelected = 0;


if (Settings :: Aimbot :: weapon_aim_settings [iWeaponID] .aim_FovType> 1)
Settings :: Aimbot :: weapon_aim_settings [iWeaponID] .aim_FovType = 1;

if (Settings :: Aimbot :: weapon_aim_settings [iWeaponID] .aim_BestHit> 1)
Settings :: Aimbot :: weapon_aim_settings [iWeaponID] .aim_BestHit = 1;

if (Settings :: Aimbot :: weapon_aim_settings [iWeaponID] .aim_Spot> 5)
Settings :: Aimbot :: weapon_aim_settings [iWeaponID] .aim_Spot = 5;


// your tabs // aim // visuals // etc



// after the last tab do this


const char * tabNames [] = {

AIMBOT_TEXT, TRIGGER_TEXT, VISUAL_TEXT, RADAR_TEXT,
KNIFEBOT_TEXT, MISC_TEXT, COLORS_TEXT, CONFIG_TEXT

};};

static int tabOrder [] = {0, 1, 2, 3, 4, 5, 6, 7};

const bool tabChanged = ImGui :: TabLabels (tabNames, sizeof (tabNames) / sizeof (tabNames [0]), tabSelected, tabOrder);



ImGui :: End ();

}

Now you are good to go with tabs at the buttom :D
Пожалуйста, авторизуйтесь для просмотра ссылки.

uywdc
 
не плохо, только почему снизу ?)
 
[QUOTE = "dlongs, post: 323901, member: 51877"] is not bad, just why from the bottom?) [/ QUOTE]
Idk someone asked me to make a tutorial bout this ;)
 
Назад
Сверху Снизу