Quote:
Originally Posted by stangger5
In the slots,,if you bet 10 and you get:
one cherry ,,you get 10 points,,
two cherries ,, you get 30 points,,
Three cherries ,, you get 10 points...
Shouldnt it pay out 100 points for three cherries ??
|
It should, and it does for me...?
Can you can force a 3 cherry result and confirm this?
Below (line 142):
Quote:
$a = (rand() % 64);
$a = $wheel1[$a];
$b = (rand() % 64);
$b = $wheel2[$b];
$c = (rand() % 64);
$c = $wheel3[$c];
|
add
in slots_ajax.php
(Make sure the latest versions of all the files are up first too)