This applies to tpserver-cpp On Tue, 01 Jul 2008, Ryan Neufeld wrote: > A question about hard coding a guest player. When a guest player is > added to the game what is the best way to exclude that player from > being counted in the player total. Can I tell the server to not > "count" the guest towards the player total?
Sort-of. Setting the player as not alive means that it doesn't count towards the threshold for the turn timer. But the player is still in the player count, and the list of players. > Or should I increment the > max number of players to accommodate for the extra player? Probably the easiest ways. > Ryan 'jphr' Neufeld You don't need to add a guest player, unless you want people watching. Later Lee
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ tp-devel mailing list [email protected] http://www.thousandparsec.net/tp/mailman.php/listinfo/tp-devel
