Thread: iWitness v2
View Single Post
  #430  
Old 07-31-2007, 05:46 AM
Kruzo Kruzo is offline
Junior Member
 
Join Date: Jul 2007
Posts: 1
Default Re: Problem opening tables

Hi Roland

I am trying to datamine SnGs. But my problem is that instead of displaying options from 1 to 6 in "minimum players" it just displayes a "--". So therefore the tables will not close when they finish because i cannot set the allowed minimum amount of players at the table.

I have looked at the code and found the following string

--------------------------------------------------

;
6max:
game_type = 6max
IfNotInString, which_game, SNG
{
GuiControl, , players_min, |2|3|4|5|6
GuiControl, Choose, players_min, % players_min - 1
}
Else
GuiControl, Choose, players_min, |1
Gosub, prefs
Return

--------------------------------------------------

I believe this is where it says that it should display the options: |2|3|4|5|6 but it does not display anything.

Please enlighten me, as i am really eager to get started
Reply With Quote