[CS:GO] Votekick Limit

Post Reply
User avatar
Andreeas
Hero Member
Hero Member
Posts: 601
Joined: Wed Jan 22, 2020 8:17 pm
Jucator SA:MP ?: Nu
Nick:: Andreeas
Jucator CS ?: Nu

[CS:GO] Votekick Limit

Post by Andreeas »

Description
Simple plugin that allows you to automatically disable votekick if less than X clients (modifiable with cvar) are connected to the server. It's perfect to prevent 1vs1 (2 friends kicking everyone that joins).

Installation
Just put the votekicklimit.sp file into \csgoserver\csgo\addons\sourcemod\scripting and the votekicklimit.smx file into \csgoserver\csgo\addons\sourcemod\plugins folder.

Cvars
sm_votekicklimit_enabled - Enable/disable Votekick Limit (0/1; default: 1)
sm_votekicklimit_limit - Minimum amount of clients needed to disable vote kick (unlimited; default: 3)

Changelog
1.0.0 - Initial release
1.0.1 - Code was rewritten using the Transitional Syntax (for better readability, it doesn't change functioning; special thanks go to xines for rewriting it)


Download
Source
Post Reply

Return to “Server Management”