Quote:
Originally Posted by teksigns
i fixed it :
i changed the line in arcade.php
from:
Code:
$addtojackpot = ($game['arcadepass_cost'] + $game['arcadepass_increase']);
to:
Code:
$addtojackpot = $game['arcadepass_increase'];
its was adding the cost of the game to the increase setting then adding
it to the jackpot .......
|
thank you that fixed all of my arcade pass problems i've been having