mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-01-03 16:13:36 +08:00
rename(MainTabs): Renamed tabs.hpp to main_tabs.hpp
This commit is contained in:
parent
ce52fea2db
commit
5426bf2862
@ -1,5 +1,5 @@
|
||||
#include "fiber_pool.hpp"
|
||||
#include "tabs.hpp"
|
||||
#include "main_tabs.hpp"
|
||||
#include "script.hpp"
|
||||
#include "util/player.hpp"
|
||||
|
||||
|
@ -1,4 +1,6 @@
|
||||
#include "tabs.hpp"
|
||||
#include "main_tabs.hpp"
|
||||
#include "script_global.hpp"
|
||||
#include "util/player.hpp"
|
||||
|
||||
namespace big
|
||||
{
|
||||
@ -6,6 +8,17 @@ namespace big
|
||||
{
|
||||
if (ImGui::BeginTabItem("Self"))
|
||||
{
|
||||
if (ImGui::Button("Easy Way Out"))
|
||||
{
|
||||
*script_global(262145 + 27907).as<int*>() = 0;
|
||||
*script_global(262145 + 27908).as<int*>() = 0;
|
||||
}
|
||||
|
||||
if (ImGui::Button("Suicide"))
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
ImGui::Checkbox("God Mode", &g.self.godmode);
|
||||
ImGui::Checkbox("Off Radar", &g.self.off_radar);
|
||||
ImGui::Checkbox("No Clip", &g.self.noclip);
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include "tabs.hpp"
|
||||
#include "main_tabs.hpp"
|
||||
#include "fiber_pool.hpp"
|
||||
#include "natives.hpp"
|
||||
#include "script.hpp"
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include "tabs.hpp"
|
||||
#include "main_tabs.hpp"
|
||||
#include "fiber_pool.hpp"
|
||||
#include "util/teleport.hpp"
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#include "core/data/speedo_meters.hpp"
|
||||
#include "fiber_pool.hpp"
|
||||
#include "gui/window/main/tabs.hpp"
|
||||
#include "main_tabs.hpp"
|
||||
#include "script.hpp"
|
||||
#include "util/blip.hpp"
|
||||
#include "util/entity.hpp"
|
||||
|
@ -1,5 +1,5 @@
|
||||
#include "core/data/custom_weapons.hpp"
|
||||
#include "gui/window/main/tabs.hpp"
|
||||
#include "main_tabs.hpp"
|
||||
|
||||
namespace big
|
||||
{
|
||||
|
@ -1,6 +1,6 @@
|
||||
#include "gui/window.hpp"
|
||||
#include "imgui.h"
|
||||
#include "gui/window/main/tabs.hpp"
|
||||
#include "main/main_tabs.hpp"
|
||||
|
||||
namespace big
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user