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