Raised This Month: $32 Target: $400
 8% 

amx_reservation Problem


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
amirkir
Member
Join Date: Jan 2008
Old 01-28-2008 , 17:15   amx_reservation Problem
Reply With Quote #1

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 ?
amirkir is offline
bmann_420
AMX_Super Pooper
Join Date: Jan 2005
Location: [SuperCentral.co]
Old 01-29-2008 , 01:23   Re: amx_reservation Problem
Reply With Quote #2

Did you try and hide the slot in your amxx.cfg?
__________________
bmann_420 is offline
amirkir
Member
Join Date: Jan 2008
Old 01-29-2008 , 09:05   Re: amx_reservation Problem
Reply With Quote #3

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 is offline
amirkir
Member
Join Date: Jan 2008
Old 01-29-2008 , 09:19   Re: amx_reservation Problem
Reply With Quote #4

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

Last edited by amirkir; 01-29-2008 at 10:56.
amirkir is offline
YamiKaitou
Has a lovely bunch of coconuts
Join Date: Apr 2006
Location: Texas
Old 01-29-2008 , 12:45   Re: amx_reservation Problem
Reply With Quote #5

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.
__________________
ProjectYami Laboratories

I do not browse the forums regularly anymore. If you need me for anything (asking questions or anything else), then PM me (be descriptive in your PM, message containing only a link to a thread will be ignored).
YamiKaitou is offline
amirkir
Member
Join Date: Jan 2008
Old 01-29-2008 , 15:39   Re: amx_reservation Problem
Reply With Quote #6

thanks for your reply , but is there any plugin which does what i want ?
amirkir is offline
silli
Junior Member
Join Date: Jul 2004
Old 01-29-2008 , 16:08   Re: amx_reservation Problem
Reply With Quote #7

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

Last edited by silli; 01-29-2008 at 16:19.
silli is offline
bmann_420
AMX_Super Pooper
Join Date: Jan 2005
Location: [SuperCentral.co]
Old 01-29-2008 , 16:47   Re: amx_reservation Problem
Reply With Quote #8

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... ?
__________________
bmann_420 is offline
silli
Junior Member
Join Date: Jul 2004
Old 01-30-2008 , 17:43   Re: amx_reservation Problem
Reply With Quote #9

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

Last edited by silli; 01-30-2008 at 17:46.
silli is offline
bmann_420
AMX_Super Pooper
Join Date: Jan 2005
Location: [SuperCentral.co]
Old 01-31-2008 , 01:33   Re: amx_reservation Problem
Reply With Quote #10

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.
__________________
bmann_420 is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 14:12.


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