Как се запазват слотове за админи

Запазване на слотове под AMX Mod X: Отваряте addons\amxmodx\configs\amxx.cfg и търсите следното:
// Amount of reserved slots, amx_hideslots must be 1 to use this cvar (for more details see comments in plugin source)
amx_reservation 0

// If you set this to 1, you can hide slots on your server
amx_hideslots 0

Ето как трябва да бъдат нагласени тези CVAR-и:

amx_reservation - тук вместо 0 пишете колко места искате да има запазени само за админи

amx_hideslots - вместо 0 го променяте на 1, иначе няма да се запазват слотове


Запазване на слотове под AMX Mod:
Отваряте addons\amx\config\amx.cfg и търсите следното:
// Type of reservation (Slots Reservation)
// 0 - Disables the plugin.
// 1 - Kicks the player with the shortest playing time when an admin connects to a full server.
// 2 - Kicks the player with the longest playing time when an admin connects to a full server.
// 3 - Kicks the player with the highest ping when an admin connects to a full server.
// 4 - AMX 099 Mode: 'amx_reservedslots' are reserved, nobody is kicked when an admin connects to a full server
amx_reservation 0

// Number of reserved slots (if amx_reservation is set to 4)
amx_reservedslots 0

// Hide reserved slots or not (if amx_reservation is set to 4)
amx_hideslots 0

Ето как трябва да бъдат нагласени тези CVAR-и:

amx_reservation - нулата променяте на 4
amx_reservedslots - тук вместо 0 пишете колко слота да бъдат запазени за админи
amx_hideslots - променяте 0 на 1, иначе горепосочения брой слотове няма да бъдат запазени