How to send a command from PHP user panel to my server.
#10

Quote:
Originally Posted by jamal1992
Посмотреть сообщение
I found a posibble solution using MYSQL and a timer on server. I create a table into database where i set some data which i check with a timer in my gamemode and punish player if is connected. What do you think, slows server ?
You can do this, but it will slow your server down depending on how regularly you check the database with the timer. I'd personally say doing critical things like kicking a player would definitely best be done using sockets instead, but for none important things then using a MySQL table / timer and running that every minute or so would be fine.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)