How to add player to Crime Admin
How do I grant admin panel permissions to a specific player?
Navigate to
config/MainConfig.lua
.Find the section
Config.AdminPanelPlayers
.Open TXAdmin and select the player you want to grant permissions to.
Click on the "IDs" option.
Copy one of the available identifiers.
Paste the identifier into
Config.AdminPanelPlayers
in the config file.Remember to add a comma (
,
) at the end of each line.
Config.AdminPanelPlayers = {
['steam:110000118d2c0db'] = true,
['discord:571105311251890186'] = true,
}

Last updated