mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-01-09 10:49:28 +08:00
feat(Self): much more organized
This commit is contained in:
parent
0c01593ab9
commit
e894de848f
@ -20,12 +20,15 @@ namespace big
|
|||||||
}QUEUE_JOB_END_CLAUSE
|
}QUEUE_JOB_END_CLAUSE
|
||||||
}
|
}
|
||||||
|
|
||||||
ImGui::Checkbox("God Mode", &g.self.godmode);
|
if (ImGui::TreeNode("General"))
|
||||||
ImGui::Checkbox("Off Radar", &g.self.off_radar);
|
{
|
||||||
ImGui::Checkbox("Free Cam", &g.self.free_cam);
|
ImGui::Checkbox("God Mode", &g.self.godmode);
|
||||||
ImGui::Checkbox("No Clip", &g.self.noclip);
|
ImGui::Checkbox("Off Radar", &g.self.off_radar);
|
||||||
ImGui::Checkbox("No Ragdoll", &g.self.no_ragdoll);
|
ImGui::Checkbox("Free Cam", &g.self.free_cam);
|
||||||
ImGui::Checkbox("Super Run", &g.self.super_run);
|
ImGui::Checkbox("No Clip", &g.self.noclip);
|
||||||
|
ImGui::Checkbox("No Ragdoll", &g.self.no_ragdoll);
|
||||||
|
ImGui::Checkbox("Super Run", &g.self.super_run);
|
||||||
|
}
|
||||||
|
|
||||||
if (ImGui::TreeNode("Frame Flags"))
|
if (ImGui::TreeNode("Frame Flags"))
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user