Partlix Host
  • 👋Welcome To Partlix Docs
  • 🪟Windows Server
    • Change RDP Port
    • Change Language
    • Disable UDP for RDP
    • Open Ports (Port Forwarding)
    • How to use WireShark
    • Install MariaDB
    • Install FiveM Server
    • External FTP Access
  • 🐧Linux Server
    • SFTP Connection
    • Generate SSH Key
    • Change SSH Port
    • Link SSH to Visual Studio Code
    • Install xRDP
    • Install Docker
    • Install OpenVPN
    • Install FTP Server
    • Install FiveM Server
    • Install MySQL & Phpmyadmin
  • Game Servers
    • External Pma-Voice (FiveM)
    • External Mumble VoiP (FiveM)
    • Convars Definitions (FiveM)
    • Convars Definitions (txAdmin)
Powered by GitBook
On this page
  1. Game Servers

Convars Definitions (txAdmin)

PreviousConvars Definitions (FiveM)

Last updated 2 months ago

The txAdmin menu has a variety convars that can alter the default behavior of the menu. Convars configured in the settings page should not be set manually.

Settings page only

txAdmin-menuEnabled

  • Description: Whether the menu is enabled or not. Changing it requires server restart.

  • Default: true

txAdmin-menuAlignRight

  • Description: Whether to align the menu to the right of the screen instead of the left.

  • Default: false

txAdmin-menuPageKey

  • Description: Will change the key used for changing pages in the menu. This value must be the exact browser key code for your preferred key. You can use website and the event.code section to find it.

  • Default: Tab

txAdmin-hideDefaultAnnouncement

  • Description: Suppresses the display of announcements, allowing you to implement your own announcement via the event txAdmin:events:announcement.

  • Default: false

txAdmin-hideDefaultDirectMessage

  • Description: Suppresses the display of direct messages, allowing you to implement your own direct message notification via the event txAdmin:events:playerDirectMessage.

  • Default: false

txAdmin-hideDefaultWarning

  • Description: Suppresses the display of warnings, allowing you to implement your own warning via the event txAdmin:events:playerWarned.

  • Default: false

txAdmin-hideDefaultScheduledRestartWarning

  • Description: Suppresses the display of scheduled restart warnings, allowing you to implement your own warning via the event txAdmin:events:scheduledRestart.

  • Default: false

Convar only (not in settings page)

txAdmin-debugMode

  • Description: Will toggle debug printing on the server and client.

  • Default: false

  • Usage: +setr txAdmin-debugMode true

txAdmin-menuPlayerIdDistance

  • Description: The distance in which Player IDs become visible, if toggled on. Note that the game engine limits to show tags that are only closer than ~300m, so increasing the number above that might be useless.

  • Default: 150

  • Usage: +setr txAdmin-menuPlayerIdDistance 100

txAdmin-menuDrunkDuration

  • Description: How many seconds the drunk effect (troll action) should last.

  • Default: 30

  • Usage: +setr txAdmin-menuDrunkDuration 120

txAdmin-menuPtfxDisable

  • Description: Determine whether to not play particles effects whenever an admin's player mode is changed.

  • Default: false

  • Usage: +set txAdmin-menuPtfxDisable true

txAdmin-menuAnnounceNotiPos

  • Description: Determines the location of the txAdmin announcement notification. This must use one of the following valid positions, top-center, top-left, top-right, bottom-center, bottom-left, bottom-right.

  • Default: top-center

  • Usage: +set txAdmin-menuAnnounceNotiPos top-right

this