In HL1(havent had time to look into source sdk yet) there was a should
player spawn function that checked if the player had clicked after
death, a spawn point was clear and anything else that determines when
players spawn. find that function and make it say that TEAM_SPECTATOR
don't spawn. I'm sure it will be some sort of
if (pPlayer->team == TEAM_SPECTATOR)
{
    return false;
}
thing like that.

**********************
Draco
Coder for Perfect Dark
http://perfectdark.game-mod.net

_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders

Reply via email to