mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-01-07 09:53:50 +08:00
fix(ViewPlayer): Added lost TreePop
This commit is contained in:
parent
1a3d2ecad9
commit
f9b729040f
@ -92,19 +92,19 @@ namespace big
|
||||
|
||||
components::button("Teleport", [] {
|
||||
teleport::to_player(g_player_service->get_selected()->id());
|
||||
});
|
||||
});
|
||||
|
||||
ImGui::SameLine();
|
||||
|
||||
components::button("Bring", [] {
|
||||
teleport::bring_player(g_player_service->get_selected()->id());
|
||||
});
|
||||
});
|
||||
|
||||
components::button("Teleport into Vehicle", [] {
|
||||
Vehicle veh = PED::GET_VEHICLE_PED_IS_IN(PLAYER::GET_PLAYER_PED_SCRIPT_INDEX(g_player_service->get_selected()->id()), false);
|
||||
|
||||
teleport::into_vehicle(veh);
|
||||
});
|
||||
});
|
||||
|
||||
ImGui::TreePop();
|
||||
}
|
||||
@ -126,9 +126,11 @@ namespace big
|
||||
toxic::kick_from_vehicle(g_player_service->get_selected()->id());
|
||||
});
|
||||
|
||||
components::button("Flying Vehicle", [] {
|
||||
components::button("Flying Vehicle", [] {
|
||||
toxic::flying_vehicle(g_player_service->get_selected()->id());
|
||||
});
|
||||
|
||||
ImGui::TreePop();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user