09.01.2014, 12:05
Not sure about this one. However, OnPlayerDisconnect you can detect the reason, and the reason 0 or 1 detects if a player crashes. So:
Код:
// OnPlayerDisconnect switch(reason) { case 0: { } case 1: { } case 2: { } }