mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-23 17:12:35 +08:00
feat(TabSelf): Added God Mode
This commit is contained in:
@ -7,6 +7,7 @@ namespace big
|
|||||||
{
|
{
|
||||||
if (ImGui::BeginTabItem("Self"))
|
if (ImGui::BeginTabItem("Self"))
|
||||||
{
|
{
|
||||||
|
ImGui::Checkbox("God Mode", &g.self.godmode);
|
||||||
ImGui::Checkbox("No Clip", &g.self.noclip);
|
ImGui::Checkbox("No Clip", &g.self.noclip);
|
||||||
|
|
||||||
ImGui::EndTabItem();
|
ImGui::EndTabItem();
|
||||||
|
Reference in New Issue
Block a user