Hi,
I am currently working on a projet where the number of players is fixed ( = 3).
So in gameinfos.inc.php, I put:
'players' => array( 3 ),
'suggest_player_number' => null,
'not_recommend_player_number' => array( ),
...
When I try to create a table, I see that there is only 3 places. However, when I am around a table, there is only 2 places and when I try to Express start, it says (obviously) :
Everyone accepted to start. Game setup in progress ...
Unexpected error: Invalid player number for this game: 2
However, if I write 'players' => array( 2 ), the game can start.
I really don't understand where the mistake comes.
Any help is good,
Thanks in advance,
I am currently working on a projet where the number of players is fixed ( = 3).
So in gameinfos.inc.php, I put:
'players' => array( 3 ),
'suggest_player_number' => null,
'not_recommend_player_number' => array( ),
...
When I try to create a table, I see that there is only 3 places. However, when I am around a table, there is only 2 places and when I try to Express start, it says (obviously) :
Everyone accepted to start. Game setup in progress ...
Unexpected error: Invalid player number for this game: 2
However, if I write 'players' => array( 2 ), the game can start.
I really don't understand where the mistake comes.
Any help is good,
Thanks in advance,