DreaM Posted April 3, 2008 Posted April 3, 2008 Saving Slots Under AMX MOD X : open addons\amxmodx\configs\amxx.cfg and you search : / 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 Here is how you have to set the CVAR's amx_reservation - here instead of zero (0) you gotta set the amount of slots you want to be saved for admins ! amx_hideslots - instead of zero (0) you changed it to 1 otherwise the slot's wont be saved! Saving Slots Under AMX MOD Open addons\amx\config\amx.cfg and you search the following // 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 Here is how you have to set the CVAR's amx_reservation - you change the zero (0) to 4 amx_reservedslots-here you must type something different from zero (0) a number of the slots you want to be saved for administrators amx_hideslots -instead of zero (0) you changed it to 1 otherwise the slot's wont be saved! Credits To :Hackz0r Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.