mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-07-01 12:02:55 +08:00
@ -219,6 +219,8 @@ namespace big
|
||||
static char global_name[50]{};
|
||||
ImGui::SetNextItemWidth(200.f);
|
||||
ImGui::InputText("##GlobalName", global_name, IM_ARRAYSIZE(global_name));
|
||||
if (ImGui::IsItemActive())
|
||||
g.self.hud.typing = TYPING_TICKS;
|
||||
if (ImGui::Button("Save Global"))
|
||||
{
|
||||
save_global(global_name, global_test);
|
||||
|
Reference in New Issue
Block a user