GetServerPassword

From Multi Theft Auto: Wiki
Revision as of 17:04, 14 December 2007 by ChrML (talk | contribs) (New page: __NOTOC__ {{Server function}}<!-- Change this to "Client function" or "Server function" appropriately--> <!-- Describe in plain english what this function does. Don't go into details, jus...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This function returns the current password required to join the server.

Syntax

string getServerPassword ()

Returns

Returns the current server password as a string if it has a password, if not it returns nil.

Example

This example does...

--TODO
mooo

See Also