onPlayerCrashDump
Description
This event is called every time a player crashes.
| Name | Description |
|---|---|
| player | The pointer of the player |
| reason | Reason of the crash |
Example
function onPlayerCrashDump(player, reason) { print("* " + player.Name + " crashed due to " + reason);}