personally i dont think so acid...ive seen that thousands of times and the server never crashed for me.
edit...of course that was on WON...never know with steam.
and ASM about that *possible* spectate glitch?...it is a glitch
edit...of course that was on WON...never know with steam.
and ASM about that *possible* spectate glitch?...it is a glitch
Quote:Also, you may be able to fix a possible spectating bug here...I'm not sure.
// if the player is "dead" during the round countdown,
// then bring them back...
if(m_hCombatants[i]->m_bHasDisconnected == TRUE)
// don't execute rest of this code block...
return;
if(!m_hCombatants[i]->IsAlive() || m_hCombatants[i]->IsSpectating())
m_hCombatants[i]->Spawn(); // force to respawn