OnPlayerQuit

From Multi Theft Auto: Wiki
Revision as of 05:11, 30 December 2007 by ChrML (talk | contribs)
Jump to navigation Jump to search

This event is triggered when a player disconnects from the server.

Parameters

string reason
  • reason: A string containing the reason why the player left.

Quit reason string can be: - "Unknown" - "Quit" - "Kicked" - "Banned" - "Bad Connection" - "Timed out"

Source

The source of this event is the player that left the server.

See Also