All public logs

Jump to navigation Jump to search

Combined display of all available logs of Multi Theft Auto: Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 07:24, 5 October 2023 IManGaaX talk contribs created page GetAccountRanks (Created page with "{{Useful Function}} __NOTOC__ This function is used to detect the account name groups and put them in the chat. ==Syntax== <syntaxhighlight lang="lua"> player getAccountRanks ( string accountName ) </syntaxhighlight> ===Required Arguments=== * '''accountName''': A string containing account name of a player you want to know his groups. * '''theplayer''': the player that we tells him. ==Code== <syntaxhighlight lang="lua"> function getAccountRanks( accName,thePlayer ) --...")