808
订阅者
无数据24 小时
无数据7 天
无数据30 天
帖子存档
if (menu::widgets::tab(_("B"), _("aimbot"), menu::other::current_tab == 0, anim_window)) { menu::other::current_tab = 0; }
ImGui::Spacing();
if (menu::widgets::tab(_("C"), _("exploits"), menu::other::current_tab == 1, anim_window)) { menu::other::current_tab = 1; }
ImGui::Spacing();
if (menu::widgets::tab(_("D"), _("visuals"), menu::other::current_tab == 2, anim_window)) { menu::other::current_tab = 2; }
ImGui::Spacing();
if (menu::widgets::tab(_("E"), _("settings"), menu::other::current_tab == 3, anim_window)) { menu::other::current_tab = 3; }
ImGui::Spacing();
if (menu::widgets::tab(_("F"), _("other"), menu::other::current_tab == 4, anim_window)) { menu::other::current_tab = 4; }
if (menu::widgets::tab(_("B"), _("aimbot"), menu::other::current_tab == 0, anim_window)) { menu::other::current_tab = 0; }
ImGui::Spacing();
if (menu::widgets::tab(_("C"), _("exploits"), menu::other::current_tab == 1, anim_window)) { menu::other::current_tab = 1; }
ImGui::Spacing();
if (menu::widgets::tab(_("D"), _("visuals"), menu::other::current_tab == 2, anim_window)) { menu::other::current_tab = 2; }
ImGui::Spacing();
if (menu::widgets::tab(_("E"), _("settings"), menu::other::current_tab == 3, anim_window)) { menu::other::current_tab = 3; }
ImGui::Spacing();
if (menu::widgets::tab(_("F"), _("other"), menu::other::current_tab == 4, anim_window)) { menu::other::current_tab = 4; }
