Wizard Mileage version 1.2.0 released!

Permissions

Getting player license

Fivem ID & License ID & Steam ID:

  1. To access the txAdmin page, use the /tx command on your server and press the TAB key twice.

  2. Navigate to the Players section of your panel and locate the target player.

  1. Click on their name to view their FiveM ID, License ID and Steam ID

Discord ID:

  1. Open Discord and go to User Settings

  2. Navigate to App Settings > Advanced and enable Developer Mode

  3. Right-click on the desired user's profile, select Copy User ID, and the ID will be copied to your clipboard.


Giving permissions to

Specific group:

  • You have to add the following line to your server.cfg file <GroupName> is your target group <Permission> is your target permission

add_ace group.<GroupName> <Permission> allow


# EXAMPLE to give admin permission to the admin group:
add_ace group.admin admin allow

Specific player:

  • You have to add the following line to your server.cfg file <PlayerLicense> is your target group <Permission> is your target permission

add_ace identifier.<PlayerLicense> <Permission> allow


# EXAMPLE to give admin permission to the player with 708684751279620128 discord id:
add_ace identifier.discord:708684751279620128 admin allow

Last updated