28.06.2012, 08:47
Hello.
My gamemode uses a mysql database. My userpanel uses the same database.
I'm working on a userpanel/adminpanel and I want to have the ability to ban/kick a player from the webpanel.
How can I do that?
I know that I can use a timer and check every x seconds if the player was kicked, but I don't know how good is that for the server and is not instant. Is there a better way to ban/kick a player from a PHP script without using a timer?
Thanks!
My gamemode uses a mysql database. My userpanel uses the same database.
I'm working on a userpanel/adminpanel and I want to have the ability to ban/kick a player from the webpanel.
How can I do that?
I know that I can use a timer and check every x seconds if the player was kicked, but I don't know how good is that for the server and is not instant. Is there a better way to ban/kick a player from a PHP script without using a timer?
Thanks!