04.11.2017, 19:59
(
Last edited by billy1337samp; 04/11/2017 at 08:50 PM.
)
How?
It's an advantage to the server - instead of kicking the player we are still keeping them and they can chat while they are ping banned
It's advantages to the player and other players - weird stuff happens when people lag
On the next update the MAX_PING will change to WARN_PING and freeze the player (like before) and then add MAX_PING to kick(i) the player (can be optional).
so
#define WARN_PING 150
#define MAX_PING 300
It's an advantage to the server - instead of kicking the player we are still keeping them and they can chat while they are ping banned
It's advantages to the player and other players - weird stuff happens when people lag
On the next update the MAX_PING will change to WARN_PING and freeze the player (like before) and then add MAX_PING to kick(i) the player (can be optional).
so
#define WARN_PING 150
#define MAX_PING 300

