First, credits to [Rstar]Louis for creating the actual script. The job done by me is just bug fixing / improvements.
So, finally we are ready to release our new gambling script. This gambling script is a blackjack script which makes it impossible to scam other players (As far as we know) as you do not need to send any money when betting. All you need is to have the money available in either your loose change or in your wallet and the script will handle the rest.
Commands:*/bjhost [min bet] [max bet] - Hosting a BJ game
*/bjjoin [id] - To join a BJ game
*/bjready - Used to mark as ready (The game will start automatically when both are ready)
*/bjhitcard - To get a new card (Also a clickable button while playing)
*/bjstay - To stay and let the other player continue (Also a clickable button while playing)
*/bjexit - To leave a BJ game (Also a clickable button while playing)
Known issues*If you press esc while in a BJ game, the cursor will disappear. You can either continue playing by commands stated above, or leave the game and re-create it.
How to start a gameA player can start a game inside a casino by using /bjhost and specify a minimum bet and a maximum bet. That will bring up this screen:

(The betting functions is not implemented properly yet. You can only play by using the minimum bet for now. This will be fixed in a future update)
How to playYou join an available game by using /bjjoin [id]. This command can be used on anyone that has started a BJ game. When there is 2 players available, the second player (not the host) needs to use /bjready and the screen will be updated like on this picture:

The marked area shows that player 2 is ready.
When player 2 is ready, the host needs to use /bjready as well which will make the game automatically start. When the game is started, it will look like this:

The cards of the host is at the top and the cards of player 2 is at the bottom. To get a new card, you either press 'HIT' or use /bjhitcard. If you go above 21, you loose automatically. If you reach 21, you will win. It's the same for both players.
Blackjack Screen:

If you either go above 21, or the other player got higher points than you, that player will win. When that happens, the screen can look like this:

I hope you all will enjoy this new feature. As usual, if you encounter any bugs, please report it in our bug report forum board.