Welcome.
This resource is standalone, so it is not linked to any framework, comes from that you will need to adjust some functions to fit your server, explanations below.
The script is written in Javascript (server,client) , but you will do not need to edit any of them. Everything which is important is in the config file which is lua language.
I used Vue (not webpacked) for the frontend.
Our resource does not includes buying chips, this is the one function that you will need to setup with your server, how you want to give the chips to players or buy them etc.
More explanation about the exported function below.
If you do not have chips, then players will not be able to play the game.
The script encrypts the lua files, but the main files are all written in Javascript, so they are not.
Except the config.lua files, they are fully accessible, since you will need them to modify a little bit.
Features
- Custom deck design, with all of the 52 cards.
- Custom table model prop.
- Easily creatable tables with adjustable blinds. (We are spawning the models)
- Player sit animations are synced, unless you have oneSync turned on. (This will mess up the syncing sometimes)
- Statistics system, it will save: amount of chips betted(all),played games, calculate the winrate and other things.
- Openable statistics on players, who are playing.
- Game event log
- Settable avatar images.
- Responsive design. (Vue, not webpacked)
- Players are able to watch the game without sit down at the table, if five players playing the game, and thats a community event then the whole server can watch the poker game hows it playing out. (Simply pressing E)
- … And almost everything is done which is came to my mind, all-in, throwing, passing. When the player passes, then the round starts over, etc. etc. Reactive buttons, and many other.
- One thing which is missing from the script is the sidepots , this was the thing I missed when I wrote the script, at the end I could not figure out how could I implement it, so there is no sidepots, and there wont.
Dependencies
- mysql (npm will automatically install it for you, when typing npm install in the folder)
Installation, config files, snippets, exports
You can find more information about it on our Documentation website.
There are also code snippets, how the config file looks like and other things.
Links
Video: Click
Tebex: Click
Documentation: Click
My other resources
Casino Roulette
Casino Three Card Poker
Custom DrawNotification
Inventory System
Mobile Data Computer
Golf