Raised This Month: $51 Target: $400
 12% 

Solved [CSGO] Auto Kick?


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
gildevanaraujo
Senior Member
Join Date: Oct 2018
Location: Brazil
Old 05-07-2021 , 18:53   [CSGO] Auto Kick?
Reply With Quote #1

Hello everyone!

I have a retake server and I am receiving several messages that players are being kicked when they enter the server.

I stopped to analyze the log and saw that the voting starts and instantly the vote is accepted ...

I've already blocked the sm_kick and sm_votekick commands


Here is a brief log of the cause:

Quote:
05/07/2021 - 194:59: Vote started "Kick g 1 l" from #1 "paese-<9><STEAM_1:0:514960863><CT><Area 72>"
L 05/07/2021 - 194:59: Vote cast "Kick g 1 l" from #5 "g 1 l<16><STEAM_1:0:72935854><CT><Area 904>" option1
L 05/07/2021 - 194:59: Vote cast "Kick g 1 l" from #1 "paese-<9><STEAM_1:0:514960863><CT><Area 72>" option0
L 05/07/2021 - 194:59: Vote succeeded "Kick g 1 l" from #1 "paese-<9><STEAM_1:0:514960863><CT><Area 72>"
L 05/07/2021 - 195:01: "g 1 l<16><STEAM_1:0:72935854><CT>" disconnected (reason "Kicked by Console : You have been voted off")
Could someone explain to me why this is happening?

Look this video for more details: https://youtu.be/sVwOPDo4XoE

Last edited by gildevanaraujo; 05-08-2021 at 14:37.
gildevanaraujo is offline
Maxximou5
AlliedModders Donor
Join Date: Feb 2013
Old 05-07-2021 , 19:54   Re: [CSGO] Auto Kick?
Reply With Quote #2

They are being voted off by the native CS:GO voting system.

Add one of the following to your gamemode_XXX_server.cfg
https://developer.valvesoftware.com/...ual_server.cfg
XXX_server.cfg = casual, competitive, deathmatch, etc. (game_mode + game_type)

To disable voting -
PHP Code:
sv_allow_votes "0" // Allow voting? 
To disable vote kicking -
PHP Code:
sv_vote_issue_kick_allowed "0" // Can people hold votes to kick players from the server? 
Maxximou5 is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 03:21.


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