Add session browser (#633)

This commit is contained in:
maybegreat48
2022-11-24 21:49:05 +00:00
committed by GitHub
parent f1f5a48bc9
commit b5466f8ba4
34 changed files with 809 additions and 208 deletions

View File

@ -2,6 +2,9 @@
#include "natives.hpp"
#include "util/system.hpp"
#include "view_debug.hpp"
#include "network/Network.hpp"
#include "script.hpp"
#include "gta/joaat.hpp"
namespace big
{
@ -18,13 +21,6 @@ namespace big
{
NETWORK::NETWORK_BAIL(16, 0, 0);
});
if (g_local_player && g_local_player->m_player_info)
{
ImGui::InputScalar("Rockstar ID", ImGuiDataType_S64, &g_local_player->m_player_info->m_net_player_data.m_gamer_handle_2.m_rockstar_id, nullptr, nullptr, nullptr, ImGuiInputTextFlags_ReadOnly);
}
ImGui::EndTabItem();
}
}
}