mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-14 03:02:22 +01:00
Update gui.h
add private ips are operator option as well as option for generic bot names
This commit is contained in:
@@ -345,6 +345,10 @@ static inline void StaticUI()
|
|||||||
ImGui::Checkbox("Infinite Ammo", &Globals::bInfiniteAmmo);
|
ImGui::Checkbox("Infinite Ammo", &Globals::bInfiniteAmmo);
|
||||||
ImGui::Checkbox("Infinite Materials", &Globals::bInfiniteMaterials);
|
ImGui::Checkbox("Infinite Materials", &Globals::bInfiniteMaterials);
|
||||||
|
|
||||||
|
ImGui::Checkbox("Use generic random bot names", &Globals::bUseGenericRandomBotNames);
|
||||||
|
|
||||||
|
ImGui::Checkbox("Private IP's are operator", &Globals::bPrivateIPsAreOperator);
|
||||||
|
|
||||||
ImGui::Checkbox("No MCP (Don't change unless you know what this is)", &Globals::bNoMCP);
|
ImGui::Checkbox("No MCP (Don't change unless you know what this is)", &Globals::bNoMCP);
|
||||||
|
|
||||||
if (Addresses::ApplyGadgetData && Addresses::RemoveGadgetData && Engine_Version < 424)
|
if (Addresses::ApplyGadgetData && Addresses::RemoveGadgetData && Engine_Version < 424)
|
||||||
|
|||||||
Reference in New Issue
Block a user