Reseved slots Не работает

Гамбез

Участник
Сообщения
52
Реакции
0
На сервере 10 слотов, когда заходишь на сервер через консоль становиться 11/10 и не кого не кикает. Есть ли плагин, чтобы мог зайти на сервер только админы и кого-то кикало?Помогите пожалуйста
 

suremiur

♂ overlay master ♂
Сообщения
537
Реакции
586
Reserved Slots (SourceMod) - AlliedModders Wiki

cfg/sourcemod/sourcemod.cfg


C-подобный:
    sm_reserve_type 0

Public slots are used in preference to reserved slots. Reserved slots are freed before public slots. No players are ever kicked and once reserved slots are filled by a reserve slot player (and the rest of the server is full) they will remain occupied until a player leaves. The use of this is that there can always be at least one admin (assuming you only give reserved slots to admins) on the server at any time. If players inform you that there is a hacker on the server, at least one admin should be able to get it and do something about it. If a player without reserve slot access joins when there are only reserved spaces remaining they will be kicked from the server.

    sm_reserve_type 1

If someone with reserve access joins into a reserved slot, the player with the highest latency and without reserve access (spectator players are selected first) is kicked to make room. Thus, the reserved slots always remain free. The only situation where the reserved slot(s) can become properly occupied is if the server is full with reserve slot access clients. This is for servers that want some people to have playing preference over other. With this method admins could one by one join a full server until they all get in.

    sm_reserve_type 2 - Only available in SourceMod 1.1 or higher.

The same as sm_reserve_type 1 except once a certain number of admins have been reached the reserve slot stops kicking people and anyone can join to fill the server. You can use this to simulate having a large number of reserved slots with sm_reserve_type 0 but with only need to have 1 slot unavailable when there are less admins connected.

C-подобный:
sm_reserve_kicktype <0|1|2> - Only available in SourceMod 1.1 or higher.

This controls how a client is selected to be kicked (only relevant to sm_reserve_type 1/2)

Clients with reserve slot access or the override 'sm_reskick_immunity' are always immune to being kicked. Spectating clients are chosen before playing clients.

0 - Highest Ping
1 - Highest Connection Time
2 - Random Player
 

Гамбез

Участник
Сообщения
52
Реакции
0
Reserved Slots (SourceMod) - AlliedModders Wiki

cfg/sourcemod/sourcemod.cfg


C-подобный:
    sm_reserve_type 0

Public slots are used in preference to reserved slots. Reserved slots are freed before public slots. No players are ever kicked and once reserved slots are filled by a reserve slot player (and the rest of the server is full) they will remain occupied until a player leaves. The use of this is that there can always be at least one admin (assuming you only give reserved slots to admins) on the server at any time. If players inform you that there is a hacker on the server, at least one admin should be able to get it and do something about it. If a player without reserve slot access joins when there are only reserved spaces remaining they will be kicked from the server.

    sm_reserve_type 1

If someone with reserve access joins into a reserved slot, the player with the highest latency and without reserve access (spectator players are selected first) is kicked to make room. Thus, the reserved slots always remain free. The only situation where the reserved slot(s) can become properly occupied is if the server is full with reserve slot access clients. This is for servers that want some people to have playing preference over other. With this method admins could one by one join a full server until they all get in.

    sm_reserve_type 2 - Only available in SourceMod 1.1 or higher.

The same as sm_reserve_type 1 except once a certain number of admins have been reached the reserve slot stops kicking people and anyone can join to fill the server. You can use this to simulate having a large number of reserved slots with sm_reserve_type 0 but with only need to have 1 slot unavailable when there are less admins connected.

C-подобный:
sm_reserve_kicktype <0|1|2> - Only available in SourceMod 1.1 or higher.

This controls how a client is selected to be kicked (only relevant to sm_reserve_type 1/2)

Clients with reserve slot access or the override 'sm_reskick_immunity' are always immune to being kicked. Spectating clients are chosen before playing clients.

0 - Highest Ping
1 - Highest Connection Time
2 - Random Player
sm_reserve_type 0
sm_reserved_slots 9
sm_hide_slots 0
Вот так у меня и не работает
 
Сверху Снизу