Table Games
Setting up table games.
Last updated
Setting up table games.
Last updated
There are three types/colors of tables, for each table game.
Green (normal bets)
Purple (High Stake, VIP tables)
Blue (Junior, low bets)
To setup Poker tables, look for PokerTableDatas {} inside const.lua
Name of the table.
Duration in seconds. How much time players have for placing their bets.
Minimum Ante bet. Minimum bet that is needed for playing the table.
Maximum Ante bet.
Minimum Pair Plus bet.
Maximum Pair Plus bet.
When a player leaves the table with losings bigger than 1, the dealer cheers up the player.
When a player leaves the table with winnings bigger than 1, the dealer congrats the player.
To setup Poker tables, look for BlackjackTableDatas {} inside const.lua
Name of the table.
Duration in seconds. How much time players have for placing their bets.
Minimum bet. Minimum bet that is needed for playing the table.
Maximum bet.
When a player leaves the table with losings bigger than 1, the dealer cheers up the player.
When a player leaves the table with winnings bigger than 1, the dealer congrats the player.
To setup Poker tables, look for RouletteTableDatas {} inside const.lua
Name of the table.
Maximum number of used betting blocks on the table.
Minimum bet. Minimum bet that is needed for playing the table.
Maximum amount of chips that can be placed by one click.
Maximum amount of chips that can be placed on outside bets.
Maximum amount of chips that can be placed on inside bets.
Duration in seconds. How much time players have for placing their bets.
Duration in seconds. It takes randomly from 5 to 12 seconds for the ball to land.
When a player leaves the table with losings bigger than 1, the dealer cheers up the player.
When a player leaves the table with winnings bigger than 1, the dealer congrats the player.