Search results

  1. Spookyboy3000

    Rooms not working

    It always worked, then on plusemu I would have used the shutdown command to save. Then I rebooted my VPS because it got slow (Soft Reboot). And then I restarted the server without any problems, no errors. But the button suddenly stopped working. That button has always worked.
  2. Spookyboy3000

    Rooms not working

    The button to go to the navigator, in the middle of the hotel view button and the shop button
  3. Spookyboy3000

    Rooms not working

    No
  4. Spookyboy3000

    Rooms not working

    Nothing special, just connected to the database and that normal stuff. Also, I get no errors in my emu
  5. Spookyboy3000

    Rooms not working

    What if i click the rooms button on the left bottom in the client, it redirects to the /me page. Does anyone have a fix? Pls it's urgent.
  6. Spookyboy3000

    How to add custom exchange [Noob Friendly]

    How do i make it diamonds?
  7. Spookyboy3000

    Anti-spam

    How to enable anti-spam on plusemu. Please reply it's urgent
  8. Spookyboy3000

    Message around whole hotel

    How do i send a message around the whole hotel
  9. Spookyboy3000

    Diamonds Timer just doesn't work

    So i must debug habbo.cs or plusstaticgamesetting? 1589467744 debug is grey in visual studio 1589467753 I can't click on it 1589468198 Now i can debug 1589468220 What must i debug habbo.cs or plusstaticgamesetting.cs
  10. Spookyboy3000

    Diamonds Timer just doesn't work

    public const int UserDiamondsUpdateAmount = 1;
  11. Spookyboy3000

    Diamonds Timer just doesn't work

    public void CheckCreditsTimer() { try { this._creditsTickUpdate--; if (this._creditsTickUpdate <= 0) { int CreditUpdate = PlusStaticGameSettings.UserCreditsUpdateAmount; int...
  12. Spookyboy3000

    Diamonds Timer just doesn't work

    Yeah, there is
  13. Spookyboy3000

    Diamonds Timer just doesn't work

    Yeah, i probably viewed all threats about it. And still it doesn't work
  14. Spookyboy3000

    Diamonds Timer just doesn't work

    Hello, can anyone help me? My diamond timer just doesn't work on my habbo retro. The user doesn't get vip_points.
  15. Spookyboy3000

    Events on my habbo retro

    How do you mean?
  16. Spookyboy3000

    Events on my habbo retro

    but if i do: UPDATE users SET vip_points = vip_points + '100' it works perfect but then the people who are offline, also gets diamonds 1589455982 Code: SET GLOBAL event_scheduler = ON; 2) Open Navicat and go to the events tab, create a new event that executes every x minutes and set the...
  17. Spookyboy3000

    Events on my habbo retro

    But if i do: UPDATE users SET vip_points = vip_points + '100' WHERE online = '1' and i do that every minute, then it adds up on the website if i resfresh but not in the client. And if i close the client and i refresh the website, then my diamonds that were add up by that event are gone
  18. Spookyboy3000

    Events on my habbo retro

    How and in which file can i create an event that runs a query every x minutes
Top