❓FAQs
Why is the player avatar not showing in the UI?
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"
I have the Steam Web API Key in server.cfg
but I still don't see the Avatar.
Make sure players are running Steam when they connect to the server.
I'm on Standalone but I don't want to use the ace system, how can I change it?
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