[CSGO] Client limiter
Posted: Mon Jan 27, 2020 4:15 pm
Description:
Client limiter is a simple plugin to deal with players connecting to a theoretically full server. It doesn't allow clients to connect beyond sv_visiblemaxplayers value, but of course it also supports reserved flags.
Installation:
Just put it in the /plugins folder and load.
Reserved slots:
By default this plugin assumes there are no reserved slots. If you want to change that behavior, use cvar sm_admin_slots to set hidden slots.
Also, the plugin dynamically grants flags to clients based on the configs/admin_slots.txt file. It's handy when you want to give a reserved slot to a non-admin player, but SourceBans overwrite your config every day.
Client limiter doesn't kick clients to make a room for a player with reserved slot access. If the server is completely full, then it's full.
Download
Source
Client limiter is a simple plugin to deal with players connecting to a theoretically full server. It doesn't allow clients to connect beyond sv_visiblemaxplayers value, but of course it also supports reserved flags.
Installation:
Just put it in the /plugins folder and load.
Reserved slots:
By default this plugin assumes there are no reserved slots. If you want to change that behavior, use cvar sm_admin_slots to set hidden slots.
Also, the plugin dynamically grants flags to clients based on the configs/admin_slots.txt file. It's handy when you want to give a reserved slot to a non-admin player, but SourceBans overwrite your config every day.
Client limiter doesn't kick clients to make a room for a player with reserved slot access. If the server is completely full, then it's full.
Download
Source