mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-18 07:07:32 +08:00
fea(PlayerInfo): Show wanted level and if player pad has god
This commit is contained in:
parent
44693ff015
commit
624373a2f9
@ -23,8 +23,10 @@ namespace big
|
||||
|
||||
ImGui::Separator();
|
||||
|
||||
ImGui::Text("Wanted Level: %d", player_info->m_wanted_level);
|
||||
ImGui::Text("Player God Mode: %s", player_info->m_ped->m_godmode ? "Yes" : "No");
|
||||
ImGui::Text("Vehicle God Mode: %s",
|
||||
player_info->m_ped->m_vehicle == nullptr ? "No Car Detected" :
|
||||
player_info->m_ped->m_vehicle == nullptr ? "No vehicle detected" :
|
||||
player_info->m_ped->m_vehicle->m_godmode ? "Yes" : "No"
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user