Skip to content

This FiveM script doesn't use a framework, and it implements the txAdmin panel in-game with the command /admin

License

Notifications You must be signed in to change notification settings

PLOKMJNB/txadminmenu

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

txAdmin Menu (in-game)

This FiveM script does not use any framework, and it implements the txAdmin panel in game with the command `/admin`


Precursors

  • No I, HypeLevels did not make txAdmin
  • To have the latest features available with txAdmin, always make sure you are using the LATEST (click the ⬇️, not latest recommended or optional) version of FXServer artifacts.
    • It does not matter whether you are downloading for Linux or Windows, just that its latest

Permission Setup

  • To allow certain players to use the menu, add either of the following to your server.cfg after ensure txadminmenu:
    • add_ace identifier.steam:steamidhere "txadmin.menu.perm" allow
    • add_ace identifier.rockstar:licensehere "txadmin.menu.perm" allow
      • To find Steam ID's use VACBanned
      • Rockstar license can be loacted through txAdmins Player Identifiers pop-up
  • Picture

How to configure txAdminMenu

  • Locate the config.lua in the main directory
    • Add your txAdmin link like this: IP:PORT
      • Localhost or 127.0.0.1 will not work
  • Picture

Common Issues/Bugs

  • You can not use the FiveM login button as they reject iframe requests.
    • There is no current workaround, so you must use your username and password to login
  • When using some features that require inputs, you may need to "alt-tab" sometimes because the txAdmin popups are made in Javascript, so it creates an external window.

About

This FiveM script doesn't use a framework, and it implements the txAdmin panel in-game with the command /admin

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • CSS 33.3%
  • Lua 26.6%
  • JavaScript 21.3%
  • HTML 18.8%