Jump to content

How to set reservation's for administrator's in your server!


Recommended Posts

Posted

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

  • 2 weeks later...
  • 2 months later...

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock