LogOut: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(I think it should be logOut, not logIn)
m (Needs example)
Line 21: Line 21:
==See Also==
==See Also==
{{Account_functions}}
{{Account_functions}}
[[Category:Needs Example]]

Revision as of 17:47, 18 June 2009

This function logs the given player out of his current account.

Syntax

bool logOut ( player thePlayer )

Required Arguments

  • thePlayer: The player to log out of his current account

Returns

Returns true if the player was successfully logged out, false or nil if it failed for some reason, ie. the player was never logged in.

Example

--TODO

See Also