Bug fixes and improvements (#984)

* feat(KickFromInterior): improve kick from interior

Fixes #968
Fixes #953
Fixes #901
Fixes #899
Fixes #813
Fixes #726
Fixes #723

Co-authored-by: Yimura <24669514+Yimura@users.noreply.github.com>
This commit is contained in:
maybegreat48
2023-02-13 20:38:30 +00:00
committed by GitHub
parent 032e441753
commit 1f5a118cb9
50 changed files with 1658 additions and 155 deletions

View File

@ -11,6 +11,8 @@ namespace big
{
components::small_text("SPOOFING_DESCRIPTION"_T);
ImGui::Checkbox("Hide From Player List", &g.spoofing.hide_from_player_list);
components::sub_title("SPOOFING_HIDE_FEATURES"_T);
ImGui::Checkbox("SPOOFING_HIDE_GOD_MODE"_T.data(), &g.spoofing.spoof_hide_god);
ImGui::Checkbox("SPOOFING_HIDE_SPECTATE"_T.data(), &g.spoofing.spoof_hide_spectate);