DanishAdam
Member
- Jan 28, 2020
- 69
- 15
Hello DevBest!
Idk why'd this happened but last night I put the "hotel.auto.diamond.interval" to 1 and have change back to 1200. then I restarted the emu. But the diamonds keep spamming.
Additional question:
How do I set
to
Idk why'd this happened but last night I put the "hotel.auto.diamond.interval" to 1 and have change back to 1200. then I restarted the emu. But the diamonds keep spamming.
You must be registered for see images attach
You must be registered for see images attach
Additional question:
How do I set
PHP:
$belcr_get2 = $dbh->prepare("SELECT * from users_currency WHERE type = 5 ORDER BY `amount` DESC LIMIT 6");
$belcr_get2->execute();
while ($belcr_row2 = $belcr_get2->fetch())
PHP:
$belcr_get2 = $dbh->prepare("SELECT * from users_currency WHERE type = 5 rank < 5 ORDER BY `amount` DESC LIMIT 6");
$belcr_get2->execute();
while ($belcr_row2 = $belcr_get2->fetch())