13.06.2014, 12:51
The '7' is his player id. This says:
Example, I am 'Threshold' (Player ID 5). The second number represents the 'reason' that the player has disconnected.
0 = timeout/crash
1 = leaving/quit
2 = kicked/banned
Just like OnPlayerDisconnect..
--
I haven't really done much testing around incorrect client versions, but it could either be that they have the wrong version (You could try using GetPlayerVersion under OnPlayerConnect and printing the results to see if anything is picked up). Either that or you should double-check for any code that may not be functioning properly in OnPlayerConnect.
Example, I am 'Threshold' (Player ID 5). The second number represents the 'reason' that the player has disconnected.
0 = timeout/crash
1 = leaving/quit
2 = kicked/banned
Just like OnPlayerDisconnect..
Код:
[part] Threshold has left the server (5:2)
I haven't really done much testing around incorrect client versions, but it could either be that they have the wrong version (You could try using GetPlayerVersion under OnPlayerConnect and printing the results to see if anything is picked up). Either that or you should double-check for any code that may not be functioning properly in OnPlayerConnect.