Fivem | /tx command not working in game
If you're experiencing difficulties with the functionality of TXAdmin's /tx
or /txadmin
commands within the game, it appears to be a recognized bug within TXAdmin. This bug occurs because TXAdmin encounters difficulties in selecting the appropriate interface for NUI (Native User Interface)
due to the presence of multiple interfaces in Hyper Layer nodes. The default setting for fivem is always 0.0.0.0
, but we cannot use this value. Here are the steps to resolve this issue.
- Stop your fivem server fully - this means stopping your server on the game panel not just the fivem server in txadmin
- Go into file manager
fivem-your_server_id
Example:fivem-1800
- Right-click to edit the
config.json
- Look for
disableNuiSourceCheck
and set it totrue
- Start your fivem server from the game panel and test if
/tx
or/txadmin
now works