Loading...
  OR  Zero-K Name:    Password:   

Post edit history

Join if number of players is even

To display differences between versions, select one or more edits in the list using checkboxes and click "diff selected"
Post edit history
Date Editor Before After
6/17/2026 8:35:14 PMDErankmadez before revert after revert
6/17/2026 8:32:12 PMDErankmadez before revert after revert
Before After
1 There might be a misunderstanding what I want with this request. I basically want an option to enable this function: OnLobbyUpdate() { if (mNumberPlayers%2 != 0) mInPlayerList = !mInPlayerList; } 1 There might be a misunderstanding what I want with this request. I basically want an option to enable this function: OnLobbyUpdate() { if (mNumberPlayers%2 != 0) mInPlayerList = !mInPlayerList; }
2 \n 2 \n
3 I think others might want it too, but it can also be just hacked together client-side. 3 I think others might want it too, but it can also be just hacked together client-side. Implementing it on the server would be much cleaner and avoid multiple people waiting to join an even match but not joining because each by themselves would make it uneven.