I have no experience on editing html and I play this game which is a spinner you spin the wheel and you win. I was
wondering if there is anyway that someone could help me and make it to where i win every time instead of like 1 out of 50 spins. It would be very appreciated!
Is this another website or is it your own?
If you have already made a wheel which gives you a succesrate on 1/50, then it should be pretty easy to change that to 1/1.
If this chance was made with PHP then try and search for this statement "rand". This statement gives you a random number between two numbers inside it.
Now it is probably written like this: rand(1,50) and you will have to change that to rand(1,1)
Hope this helps.
Bookmarks