You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setting the Convars for example mu_scoreboard_show_admins, I have that disabled within my server.cfg so it would look like mu_scoreboard_show_admins 0, which doesn't work. Then i proceeded to do it within the server, logged in with rcon and typed in rcon mu_scoreboard_show_admins 0 which also has no affect.
The text was updated successfully, but these errors were encountered:
I have the same issue and found out that there is something wrong with the ConVar sync.
I have done the same as Laygend and added mu_scoreboard_show_admins to my server.cfg.
The value is correct on server-side, but it seems not to be replicated to client-side when connecting to the server.
To test the replication I have changed the value on the server to 2 and voila the client got 2 too.
And to test the HUD itself I have changed it back to 0 and it works. Admins aren't highlighted any longer.
One comment about the ConVars, it should be okay only to use FCVAR_REPLICATED instead of using FCVAR_REPLICATED and FCVAR_NOTIFY. I think no players is interested in such configuration change. :)
Setting the Convars for example mu_scoreboard_show_admins, I have that disabled within my server.cfg so it would look like mu_scoreboard_show_admins 0, which doesn't work. Then i proceeded to do it within the server, logged in with rcon and typed in rcon mu_scoreboard_show_admins 0 which also has no affect.
The text was updated successfully, but these errors were encountered: