[SALE] [PAID] [STANDALONE] Texas Hold'em Poker version 1.0 (DEPRECATED)

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

8 Likes

Its just mind blowing. Very nice!!! :slight_smile:

1 Like

Good job bro !

2 Likes

Is the resource obfuscated or open source for any edits?

hi is that encrypted?

Topics must mention if resources are using the Escrow system.

The script is written in Javascript. So not really.

Only the client_main.lua is encrypted, so players can not really leak it, without the main.

So dope, but to expensive imo.

Really like the script but would be nicer if the flop/cards in the middle were more centered on the table and for 90 euro its abit expensive. but otherwise good job.

Before buying I wanted to know if the kicker function in the game works well, I bought other scripts and having the same pair, two players would distribute the money, I would like to know if the kicker always counts

1 Like

You should not be locking it for 75EUR. No one who can pay that kind of money, would leak the script.

I’d better go IRL casino and bet 75EUR to make money then fivem is taking from me lol

3 Likes

Only the clientside file is locked, where just basic things. Spawning the table and things like that.
Everything which is the main core script is unlocked and editable since they are Javascript.

Can you update to latest qbcore getitembyname is no longer a function

1 Like

I buy it but is take to much ms even if m not in casino

@Freamee
I know this script was deprecated, however I got some issue while I am using it, I hope I will able to get a bit of assisstance on this issue. When I have successfully plugged in into the server, and run it. I headed to the table and give a try, however somehow that my character aren’t able to sit down and play, there was no error shown in the F8 console. In such case what shall I do? Thanks