AlexstyleRetro
Member
- Dec 17, 2017
- 151
- 19
Hi Devbest,
at the base of the command :unban x I created the command :resetboard for to reset the wired highscore.
I dwell on this part of the code:
The parameters are deleted correctly in the database but are still displayed in the display.
In the display the parameters are deleted only when the emulator is restarted.
How do I solve this problem?
Thanks!
@Altercationz
at the base of the command :unban x I created the command :resetboard for to reset the wired highscore.
I dwell on this part of the code:
PHP:
using (IQueryAdapter dbClient = MoonEnvironment.GetDatabaseManager().GetQueryReactor())
{
dbClient.RunQuery("DELETE FROM `wired_scorebord` WHERE `roomid` = '" + Session.GetHabbo().CurrentRoomId + "'");
The parameters are deleted correctly in the database but are still displayed in the display.
In the display the parameters are deleted only when the emulator is restarted.
How do I solve this problem?
Thanks!
@Altercationz