AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   General (https://forums.alliedmods.net/forumdisplay.php?f=58)
-   -   Not showing up the server community servers list (https://forums.alliedmods.net/showthread.php?t=324311)

NanoC 05-12-2020 04:33

Not showing up the server community servers list
 
After the new csgo update, my server is not showing up into the community server list anymore, even using:
Code:

host_players_show "2"
host_info_show "2"
host_name_store "1"
sv_max_queries_sec "10"

any idea how to fix this? it's so weird
Also i'm using sv_tags with some custom tags and it's the same

Bacardi 05-12-2020 06:21

Re: Not showing up the server community servers list
 
...check is your GSLT (Game Server Login Token) banned :S

NanoC 05-12-2020 10:39

Re: Not showing up the server community servers list
 
No, everything is okay, also i've an anti GSLT ban

Bacardi 05-12-2020 10:47

Re: Not showing up the server community servers list
 
haha.

LaGgLs 05-18-2020 15:02

Re: Not showing up the server community servers list
 
Have you added tags on sv_tags command

NanoC 05-19-2020 17:59

Re: Not showing up the server community servers list
 
Quote:

Originally Posted by LaGgLs (Post 2700893)
Have you added tags on sv_tags command

ye, i already had that
tbh now it's working but its taking some minutes to show the server ont he community server list, idk why

LaGgLs 05-20-2020 09:09

Re: Not showing up the server community servers list
 
Quote:

Originally Posted by NanoC (Post 2701115)
ye, i already had that
tbh now it's working but its taking some minutes to show the server ont he community server list, idk why

Maybe its loading from a other place that maybe doing so its slow to load it try to put sm_cvar after the command so like this. Should not be the problem but why not try^^

Code:

sm_cvar host_players_show "2"
sm_cvar host_info_show "2"
sm_cvar host_name_store "1"


Maxximou5 05-20-2020 15:02

Re: Not showing up the server community servers list
 
You generally would never need sm_cvar for valid commands. Placing them in server.cfg is all that is needed. Simply check that they are the values that they need to be once the server has been booted, by inputting them into your server console without a value. Check the console or console log to see if they are changed at any point.

The server list has never been great, most likely it just takes a while for it to come back up because of how often they update their listings. It can take up to 48 hours at times.


All times are GMT -4. The time now is 09:53.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.