Deathmatch
Start command (Linux)
./run.sh --version={version} --ip={ip} --port={port} --http-port={rcon_port} --maxplayers={maxplayers} --name="{name}" --password="{password}" --ase={ase}
Start command (Windows)
powershell -NoProfile -NonInteractive -ExecutionPolicy Bypass -File run.ps1 --version={version} --ip={ip} --port={port} --http-port={rcon_port} --maxplayers={maxplayers} --name="{name}" --password="{password}" --ase={ase}
Variables
| Variable | Type | Default | Description | Admin |
|---|---|---|---|---|
| version 🌐 3 | Select | 1.6.0 |
Server version
Options: 1.6.0 (stable)
Rules: pattern ^[0-9]+\.[0-9]+\.[0-9]+(-(rc|untested)-[0-9]+)?$
|
✓ |
| name 🌐 3 | String | GameAP MTA Server |
Server name
Rules: min_length 1 · max_length 128
|
— |
| maxplayers 🌐 3 | Integer | 32 |
Maximum players
Rules: min 1 · max 4096
|
✓ |
| password 🌐 3 | Password |
Join password
Rules: max_length 32
|
— | |
| ase 🌐 3 | Yes/No | 1 | List in the server browser (ASE) | — |