ID:162938
 
I have been having this issue with players. Frankly i dont know how it is done, but when he logs off it constantly spams the world with it. Apparently he is barefaced enough to rejoin and say no matter if he is ip banned we cannot stop it.

Any suggestions on to how this issue can be amended.
Hmm Maybe log him out and have the same key prevented from logging in for another 30-60 seconds?
In response to Kakashi24142
thats the thing once he logs out once he in the 'byond game world' his key isnt registered in so i cant manual boot/ban him.
In response to PuNkS
It doesn't have to be that specific key. Just add anyone's key whenever they log out into a list and then check the key when they log in and if the key is in the list, delete the mob.
In response to Kakashi24142
Kakashi24142 wrote:
It doesn't have to be that specific key. Just add anyone's key whenever they log out into a list and then check the key when they log in and if the key is in the list, delete the mob.

Ye i understand but that works only for when the person rejoins. This particular person logs off once and then it constants says he is loggin off.
In response to PuNkS
That means the Logout() proc is being called many times. Mind showing me your Logout() proc?