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...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • 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