This FiveM script does not use any framework, and it implements the txAdmin panel in game with the command `/admin`
- No I, HypeLevels did not make txAdmin
- txAdmin is mantained and created by Tabarra
- Big props to you buddy, join his Discord server for more info and/or help.
- 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
- 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
- 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
- Add your txAdmin link like this: IP:PORT
- 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.