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.
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
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...
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