Hey guys, today I’m releasing a casino wheel script that is standalone : this means that you can adapt the script to
ANY framework very easily. The script is highly configurable and I’m planning on updating it with the most wanted features !
Showcase :
Features :
- Spinning car (can be disabled)
- Config to change wheel position, heading, max rewards and more !
- Accessible functions to allow you to implement it in ANY framework !
- Encrypted using Fivem Asset Protection
BUY :
TEBEX
Config file preview :
|
|
Code is accessible |
Only the necessary files to make it work with your framework + config file |
Subscription-based |
No |
Lines (approximately) |
300+ |
Requirements |
None, it’s standalone |
Support |
Yes |
2 Likes
My thoughts exactly. Even if it works flawless it’s hard to justify the price for one very short minigame.
Hey,
I’ve never heard about your project and didn’t know it was a thing already and it looks good !
I just realised that the price I put is not the one you see so I made the resource cheaper.
For me it is worth the price I’m selling it as I made everything work and hurt my brain with some maths 
However it is fair for you to think that your project could fit for some people and I can understand this of course
1 Like
Hey, please show me the sv_functions file 
this is the line that fails
Oh do you use esx? Or did I push the esx changes to key master? 
You can edit the file to give rewards, else simply remove everything if you don’t want to give rewards at all
So you are selling this script when it is almost free everywhere???
I’m selling a script I made and a script that WORKS, unlike the script u tried to sell on the forum. No need to comment on here because I criticized yours 
Hey, you have access to the necessary files to make it work with any framework !
You have a support discord?
how would i change what rewards are given
Hi, you have access to this function in the server/sv_functions.lua file !
function GivePriceToPlayer(src, priceIndex)
-- priceIndex is a number between 1 and Config.wheel.maxPrices
end