15.02.2015, 21:59
Hello, I want to have some admin control panel in a website which is connected to the server's MySQL database. When the database updates on a specific user, it should trigger some gamemode function to update his stats ingame if he is online. Basically, how do I do this? Without having a loop every second/minute to check if the database updated. I want it to trigger the function on a specific user which has been updated from the control panel only. The control panel is ASP.NET.