OnClientLogout

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

This event is triggered when a user logs out of their account in-game.

Parameters

account thePreviousAccount, account theCurrentAccount
  • thePreviousAccount: The account the client was logged in as
  • theCurrentAccount: The account the client is a part of now (usually a guest account)

Source

The source of this event is the client element that logged out. For example a player.

Example

This example does...

--This line does...
blabhalbalhb --abababa
--This line does this...
mooo

See Also

Client events


Event functions