add: function for the "Shoot" buttons
This commit is contained in:
@@ -195,6 +195,14 @@ void DrawMapSpecificTab() {
|
||||
Misc::KnockoutPlayers(true);
|
||||
}
|
||||
|
||||
if (ImGui::Button("Shoot Everyone (Town)")) {
|
||||
Misc::ShootEveryone(true, true);
|
||||
}
|
||||
|
||||
if (ImGui::Button("Shoot Yourself (Town)")) {
|
||||
Misc::ShootEveryone(false, true);
|
||||
}
|
||||
|
||||
if (ImGui::Button("Skip long interact")) {
|
||||
Misc::SkipLongInteract();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user