How can I have amxx check to see if a player dropped from the game before they actually fully join.
I tried to use client_disconnect() but it didn't work. I had it display a message when players left the game, but the message didn't show when the players that weren't fully connected dropped. In the console it would say "<name> dropped" though.
I want to find if the player tried to connect, but dropped before they fully connected.