feat(PlayerGriefing): Added force kick from vehicle

This commit is contained in:
Yimura 2021-02-19 15:45:40 +01:00
parent 237045b613
commit 4c2fd7f148
No known key found for this signature in database
GPG Key ID: 3D8FF4397E768682

View File

@ -18,6 +18,19 @@ namespace big
}QUEUE_JOB_END_CLAUSE
}
if (ImGui::TreeNode("General"))
{
if (ImGui::Button("Force Kick from vehicle"))
{
QUEUE_JOB_BEGIN_CLAUSE()
{
func::force_kick_from_vehicle(g_selectedPlayer.id);
}QUEUE_JOB_END_CLAUSE
}
ImGui::TreePop();
}
if (ImGui::TreeNode("Lester"))
{
if (ImGui::Button("Bounty 10k"))