GetAccountsRanks: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Created page with "This feature is used to detect the account name groups and put them in the chat")
 
No edit summary
Line 1: Line 1:
This feature is used to detect the account name groups and put them in the chat
==Syntax==
<syntaxhighlight lang="lua">
player getAccountsRanks ( string accountName )
</syntaxhighlight>
 
===Required Arguments===
* '''accountName''': A string containing account name of a player you want to know his groups.

Revision as of 12:39, 29 August 2020

Syntax

player getAccountsRanks ( string accountName )

Required Arguments

  • accountName: A string containing account name of a player you want to know his groups.