OnClientPlayerQuit

From Multi Theft Auto: Wiki
Revision as of 12:34, 12 January 2008 by D0c (talk | contribs) (See Also for client player events)
Jump to navigation Jump to search

<pageclass class="client" subcaption="Client-side event"></pageclass> <lowercasetitle></lowercasetitle> This event is triggered when a remote player quits the game

Parameters

string reason
  • reason: A string representing the reason why the player quit.

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

Source

The source of this event is the player that quit the game.

Example

This page lacks an example

--add an example here

See Also

Client player events

Client event functions