Server Browser Rules
Information
"Server Browser Rules" are key-value string pairs defined server-side.
These values are automatically transmitted/announced/broadcasted by your MTA Server using the ASE (All-Seeing Eye) protocol, when queried on the main UDP Port (default 22003).
This data is to be received and parsed by MTA Clients (in the Server Browser) to display the list of online MTA servers with custom information for each server.
Setting & Getting
These rules can be set in your MTA Server's configuration file (Server_mtaserver.conf) using the following XML format:
<rule name="NAME_HERE" value="VALUE_HERE"/>
They can also be defined and obtained using these two server-side functions:
Expected Values
The maximum amount of characters allowed in a rule value is 200.
The Server Browser looks for the following information (optional) provided by servers:
Key | Explanation | Accepted values | Example |
---|---|---|---|
description | Human-readable brief description of your server | Text | Custom cars and maps! Join various minigames from racing to drifting |
languages | Comma separated list of languages that your server supports | See Allowed Languages | en |
tags | Comma separated list of tags that describe your server | See Allowed Tags | freeroam, drifting |
website_url | Website URL of your server | Valid URL starting with https:// | https://multitheftauto.com |
social_url_1 | Social media URL #1 | Valid URL starting with https:// | https://discord.com/invite/mtasa |
social_url_2 | Social media URL #2 | Valid URL starting with https:// | https://www.youtube.com/user/MTAQA |
social_url_3 | Social media URL #3 | Valid URL starting with https:// | https://www.facebook.com/multitheftauto |
Allowed Languages
Tag | Language | Flag |
---|---|---|
en | English | ๐บ๐ธ |
pt-pt | European Portuguese | ๐ต๐น |
pt-br | Brazilian Portuguese | ๐ง๐ท |
es | Spanish | ๐ช๐ธ |
fr | French | ๐ซ๐ท |
de | German | ๐ฉ๐ช |
it | Italian | ๐ฎ๐น |
ru | Russian | ๐ท๐บ |
zh | Chinese (Simplified) | ๐จ๐ณ |
zh-tw | Chinese (Traditional, Taiwan) | ๐น๐ผ |
ja | Japanese | ๐ฏ๐ต |
ko | Korean | ๐ฐ๐ท |
ar | Arabic | ๐ธ๐ฆ |
hi | Hindi | ๐ฎ๐ณ |
bn | Bengali | ๐ง๐ฉ |
tr | Turkish | ๐น๐ท |
nl | Dutch | ๐ณ๐ฑ |
sv | Swedish | ๐ธ๐ช |
no | Norwegian | ๐ณ๐ด |
da | Danish | ๐ฉ๐ฐ |
fi | Finnish | ๐ซ๐ฎ |
pl | Polish | ๐ต๐ฑ |
cs | Czech | ๐จ๐ฟ |
hu | Hungarian | ๐ญ๐บ |
ro | Romanian | ๐ท๐ด |
el | Greek | ๐ฌ๐ท |
he | Hebrew | ๐ฎ๐ฑ |
vi | Vietnamese | ๐ป๐ณ |
th | Thai | ๐น๐ญ |
id | Indonesian | ๐ฎ๐ฉ |
Allowed Tags
WIP