Usage
Syntax: function onPlayerLogout(TServerPlayer PlayerObject) { }
Explanation
onPlayerLogout() is triggered when a player signs out from the server.
Example
function onPlayerLogout(pl) { echo(pl.account SPC "just left the server!"); }
... Would output "Account just left the server!" in RC.
Categories
CategoryFunctionEvent