mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-03-13 05:51:19 +00:00
Fix scoreboard in teamplay.
This commit is contained in:
parent
7b66e7aaa3
commit
63629e9545
@ -245,7 +245,7 @@ void CHalfLifeTeamplay::InitHUD( CBasePlayer *pPlayer )
|
|||||||
ChangePlayerTeam( pPlayer, pPlayer->m_szTeamName, FALSE, FALSE );
|
ChangePlayerTeam( pPlayer, pPlayer->m_szTeamName, FALSE, FALSE );
|
||||||
UTIL_SayText( text, pPlayer );
|
UTIL_SayText( text, pPlayer );
|
||||||
//int clientIndex = pPlayer->entindex();
|
//int clientIndex = pPlayer->entindex();
|
||||||
RecountTeams();
|
RecountTeams( TRUE );
|
||||||
// update this player with all the other players team info
|
// update this player with all the other players team info
|
||||||
// loop through all active players and send their team info to the new client
|
// loop through all active players and send their team info to the new client
|
||||||
/*for( i = 1; i <= gpGlobals->maxClients; i++ )
|
/*for( i = 1; i <= gpGlobals->maxClients; i++ )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user