❓FAQs

chevron-rightWhy is the player avatar not showing in the UI?hashtag

The Steam Web API key is not set in your server.cfg.

Make sure you have something like this in your server.cfg:

set steam_webApiKey "your-steam-api-key-here"
chevron-rightI have the Steam Web API Key in server.cfg but I still don't see the Avatar.hashtag

Make sure players are running Steam when they connect to the server.

chevron-rightI'm using ESX/QBcore but I want to use the Ace Permission system, can I do it?hashtag

Yes, you can.

chevron-rightI'm on Standalone but I don't want to use the ace system, how can I change it?hashtag

If you are using standalone and don't want to use ace permissions, you can set Config.UseAcePermission to false and edit the isPlayerStaff function in server/functions.lua to return true for the players you want to have access to the admin panel.

Last updated