AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Source Servers (SRCDS) (https://forums.alliedmods.net/forumdisplay.php?f=130)
-   -   CS:GO Server not allowing Game Banned Accounts to Join (https://forums.alliedmods.net/showthread.php?t=326188)

tommie 07-21-2020 14:46

CS:GO Server not allowing Game Banned Accounts to Join
 
I recently started a hvh to include into my other servers and it does not allow people with game bans to join.

It gives the message "you have been kicked because the game server only allows accounts that have not been convicted."

But after a little investigation, we realized that people with vac bans can join but if they have a global cooldown they can not.

I tried to include a "-untrusted" parameter and still no success.

My starthvh.sh looks like this:

Code:

screen -dmS hvh ./srcds_run -game csgo -console -port 27015 +game_mode 1 +mapgroup hvhActive +map de_mirage -autoupdate -insecure -untrusted -tickrate 128 -maxplayers_override 25
If anyone has a solution or an explanation of why this could be happening that would be great

Thank you for your time,
Lucid-Gaming

TomL. 07-21-2020 14:52

Re: CS:GO Server not allowing Game Banned Accounts to Join
 
Try
Code:

sv_kick_players_with_cooldown 0

tommie 07-21-2020 15:09

Re: CS:GO Server not allowing Game Banned Accounts to Join
 
Quote:

Originally Posted by TomL. (Post 2711042)
Try
Code:

sv_kick_players_with_cooldown 0

Works! Thank you


All times are GMT -4. The time now is 10:17.

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