mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-16 06:18:05 +08:00
feat(PlayerGriefing): Added force kick from vehicle
This commit is contained in:
parent
0ed0f26fde
commit
8c72ec2682
@ -18,6 +18,19 @@ namespace big
|
|||||||
}QUEUE_JOB_END_CLAUSE
|
}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::TreeNode("Lester"))
|
||||||
{
|
{
|
||||||
if (ImGui::Button("Bounty 10k"))
|
if (ImGui::Button("Bounty 10k"))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user