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
Comments [Hide comments/form]
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki