Settings
Open Menu
The command to open the menu is located at the very beginning of the shared > config.lua file.
Gems system ( Coins )
The script has its own gem (coin) system that the player receives for being online. The number of points a player receives for being online can be configured in: For every hour online, the player receives the configured amount.
shared > config.lua > PointPerInterval = 1, -- POINTS AND GEMS RECEIVE FOR ONLINE

Roulette
In the roulette wheel, the player has 2 options to spin: paying or for free.
The settings for how often the player can spin the roulette wheel for free / the amount they pay to spin for free, can be found here
shared > config.lua > Config.Roulette

Ranking
In the ranking, you can configure the number of days after which it will be automatically reset. It shows the time each player has spent online the most and rewards the top 3, and you configure their rewards in shared > config.lua > Config.Ranking

You configure the type of prize, choosing between: money, vehicle, or item.
Any other type of configuration can be found within the script itself, in the ADMIN PANEL section.
If you have any questions, please open a ticket on our Discord server.
Atualizado