AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   General (https://forums.alliedmods.net/forumdisplay.php?f=7)
-   -   amx_reservation Problem (https://forums.alliedmods.net/showthread.php?t=66340)

amirkir 01-28-2008 17:15

amx_reservation Problem
 
Hey guyz,

amx_reservation was working fine with the old amxx version , but since i installed the v 1.8 it keeps kicking people,

here is the thing : amx_reservation "1" , im reserving 1 slot for admins but when there is 1 admin available in the server and server isnt full ( 19/20 ) it still kicking people and wont let the 20th player join the server.

can anyone tell me how to fix this ?

bmann_420 01-29-2008 01:23

Re: amx_reservation Problem
 
Did you try and hide the slot in your amxx.cfg?

amirkir 01-29-2008 09:05

Re: amx_reservation Problem
 
no i didnt hide the reserved slot.

is that the only way ? should i hide it ?

but what if i dont want to hide the slot? i mean it keeps kicking players and wont let them join

amirkir 01-29-2008 09:19

Re: amx_reservation Problem
 
amx_reservation 1
amx_hideslots 1

I hide the reserved slot and it still kicking :( , there was 3 admin in the server + 15 public player ( 18/20 ) and it kept kicking those who wanted to join the server >> "Dropped due to slot reservation"


can anyone help ? this thing is really annoying

YamiKaitou 01-29-2008 12:45

Re: amx_reservation Problem
 
That is what the base reservation plugin is designed to do. It makes however many slots you set as reserved slots. Even if an admin joins, it will always have the reserved slot free. There is no way to have a working slot reservation plugin without having at least 1 slot always empty.

amirkir 01-29-2008 15:39

Re: amx_reservation Problem
 
thanks for your reply , but is there any plugin which does what i want ?

silli 01-29-2008 16:08

Re: amx_reservation Problem
 
server.cfg
sv_visiblemaxplayers 19

amxx.cfg
amx_reservation 0
amx_hideslots 0


server browser shows that 19/19 players, and doesn't allow players to connect, but admin can "force" connect to the server..

(only thing is that, other players can join the "hidden" slot if they know what they are doing and when the server is full showing 20/19 players, even admins can't join..)

bmann_420 01-29-2008 16:47

Re: amx_reservation Problem
 
if you read in the amxx.cfg .... it tells you what happens when you hide a reserved slot. (manual connect only) So i wouldnt hide it unless all your admins know how to connect thru the console.

@silli
I diddnt know that cvar. Interesting

Then can you just reserve the slot, not hide it, but hide it with that server cvar? And that is the issue resolved? If that server cvar works... ?

silli 01-30-2008 17:43

Re: amx_reservation Problem
 
Well, i use sv_visiblemaxplayer cvar limit for my server

but the in the amxx.cfg

"amx_reservation 1 // Amount of reserved slots, amx_hideslots must be 1 to use this cvar"
according to that, amx_hideslots should be set "1".. or you can't use reserved slots

i haven't tried it, but.. you could always try, and report back if the reservation is working ;)

Code:

server.cfg
sv_visiblemaxplayers 19

amxx.cfg
amx_reservation 1
amx_hideslots 0


bmann_420 01-31-2008 01:33

Re: amx_reservation Problem
 
Quote:

Originally Posted by amxx.cfg
// Amount of slots to reserve.
//
// Default value: 0
amx_reservation 1

// If you set this to 1, you can hide slots on your server.
// If server "full" of public slots and slots hidden, you must manually connect with connect console command
//
// Default value: 0
amx_hideslots 0

You do not need to hide a reserved slot for it to work.


All times are GMT -4. The time now is 13:35.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.