• Connecting/joining players
    0 replies, posted
Is there a way to grab currently connecting/joining players? I know it should be possible because you can see who's joining if you run the "status" command. You can use PlayerConnect to see when they start connecting and PlayerAuthed to see when they're actually in the server but I can't find a way to see if they disconnect between the two. [editline]12th January 2014[/editline] Solved. For anyone wondering hooking in to the "player_disconnect" event allows you to hook when a connecting player leaves, contrary to the PlayerDisconnected hook which doesn't show that.
Sorry, you need to Log In to post a reply to this thread.