diff --git a/src/util/chat.hpp b/src/util/chat.hpp index a2997856..f02cbd96 100644 --- a/src/util/chat.hpp +++ b/src/util/chat.hpp @@ -21,7 +21,7 @@ namespace buf.Write(hnd.m_platform, sizeof(hnd.m_platform) * 8); if (hnd.m_platform == rage::rlPlatforms::PC) { - buf.WriteQWord(hnd.m_rockstar_id, sizeof(hnd.m_rockstar_id) * 8); + buf.WriteInt64(hnd.m_rockstar_id, sizeof(hnd.m_rockstar_id) * 8); buf.Write(hnd.m_padding, sizeof(hnd.m_padding) * 8); } }