ztizzlegaming / CSGOWinBig

Open-source Counter-Strike: Global Offensive jackpot betting website.
MIT License
170 stars 104 forks source link

Can´t change timer #130

Closed JohnnySSS closed 8 years ago

JohnnySSS commented 8 years ago

I want to make pot 3600 seconds long. I changed in deposit.php this: $endTime = round(microtime(true) * 1000 + 3600000.0); But pot is anyways 120 seconds long, not 3600 even after setting it. Do I have to modify something else?

linkzy commented 8 years ago

You have to modify the bot:

if (timerTime >= 120)

change to:

if (timerTime >= 360)