Harass players and spam killfeed (#3161)

This commit is contained in:
maybegreat48
2024-05-21 21:28:52 +00:00
committed by GitHub
parent 14dd9e13a2
commit 3efd9d7fd1
23 changed files with 177 additions and 245 deletions

View File

@ -104,6 +104,8 @@ namespace big
if (ImGui::IsItemHovered())
ImGui::SetTooltip("PLAYER_TOXIC_BRING_PLAYER_OUT_GOD"_T.data());
ImGui::Checkbox("SPAM_KILLFEED"_T.data(), &g_player_service->get_selected()->spam_killfeed);
static int bounty_value = 0;
ImGui::SetNextItemWidth(300);
ImGui::SliderInt("BOUNTY"_T.data(), &bounty_value, 0, 10000);