0 Members and 1 Guest are viewing this topic.
if (comparison) thenbegin //action;end;else if (other comparison) thenbegin //other action;end;
wouldn't you want to use MaxPlayers instead of 32?
Quote from: iDante on July 03, 2008, 07:14:37 pmwouldn't you want to use MaxPlayers instead of 32?plus bots dont take space I think..
Quote from: DorkeyDear on July 04, 2008, 10:14:44 amQuote from: iDante on July 03, 2008, 07:14:37 pmwouldn't you want to use MaxPlayers instead of 32?plus bots dont take space I think..plus if lots of ppl join/leave a situation is possible, where there are only two players, but they occupy slot 8 and 9 for example.Also bell, i would take a good look at Bob's example. It seems to be the shortest and most efficient method.