Topic: Get player team
hi
I want get other players team in client side, I write a function in gameclient.h and declare it in gameclient.cpp
I use these methods to get team but they don't work correctly
1)
m_Snap.m_paPlayerInfos[x]->m_Team;
2)
m_aClients[x].m_Team;