dackz wrote:
I'm guessing you're trying to do this with a plugin. You should use IPlayerInfo::ChangeTeam(int). Using anything defined by the game DLL is dangerous when you don't have access to their source code.
Thanks for your solution, but there are three problems with using the IPlayerInfo version. 1) I don't want to prompt the player to choose his skin (I know this can be handled others ways, but this is just not seamless enough) 2) I don't want to kill the player (I can handle the score part, but I don't want the player killed). 3) The bots are complete morons, and don't know how to choose their skin after they get swapped (This too could be solved if I wrote some code to automatically choose the skin for them as in problem 1). Matt _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlcoders

