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

There are no comments on this page. [Add comment]

Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki