Raised This Month: $ Target: $400
 0% 

Reserved Slots not working


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
decentLIVE
Junior Member
Join Date: Aug 2015
Old 08-27-2015 , 05:37   Reserved Slots not working
Reply With Quote #1

This is from my sourcemod.cfg

Quote:

Specifies how the reserved slots plugin operates. Valid values are:
// 0 : Public slots are used in preference to reserved slots. Reserved slots are freed before public slots.
// 1 : If someone with reserve access joins into a reserved slot, the player with the highest latency and
// no reserved slot access (spectator players are selected first) is kicked to make room. Thus, the reserved
// slots always remains free. The only situation where the reserved slot(s) can become properly occupied is
// if the server is full with reserve slot access clients.
// --
// Requires: reservedslots.smx
// Default: 0
sm_reserve_type 1

// Specifies the number of reserved player slots. Users with the reservation
// admin flag set will be able to join the server when there are no public slots
// remaining. If someone does not have this flag, they will be kicked.
// (Public slots are defined as: maxplayers - number of reserved slots)
// --
// Requires: reservedslots.smx
// Default: 0
sm_reserved_slots 1

// Specifies whether or not reserved slots will be hidden (subtracted from max
// slot count). Valid values are 0 (Visible) or 1 (Hidden).
// --
// Requires: reservedslots.smx
// Default: 0
sm_hide_slots 1
My server has 11 slots
The server is 'Dropped due to slot reservation' when theres 9 people in the server, and the server browser is showing 11 slots. help plz D:
decentLIVE is offline
hamilton5
Veteran Member
Join Date: Oct 2012
Location: USA
Old 08-27-2015 , 06:01   Re: Reserved Slots not working
Reply With Quote #2

return all settings to default, can you then connect 11 clients ?
hamilton5 is offline
decentLIVE
Junior Member
Join Date: Aug 2015
Old 08-27-2015 , 07:10   Re: Reserved Slots not working
Reply With Quote #3

Yes 11 people can join when the reserved settings are on default
decentLIVE is offline
Neuro Toxin
Veteran Member
Join Date: Oct 2013
Location: { closing the void; }
Old 08-27-2015 , 18:13   Re: Reserved Slots not working
Reply With Quote #4

With your settings this is what is happening.

Your server is full with 10 players (10 slots + 1 hidden).

The 11th player joins in the reserved slot. The server kicks someone to let the connecting player take their slot.

This player goes afk before joining a team. Effectively locking up the slot while not being fully in game.

Edit: what is this set to: mp_join_grace_time
__________________

Last edited by Neuro Toxin; 08-27-2015 at 18:16.
Neuro Toxin is offline
decentLIVE
Junior Member
Join Date: Aug 2015
Old 08-29-2015 , 00:19   Re: Reserved Slots not working
Reply With Quote #5

But the server shows 11 slots not 10, which is causing people to try to connect to into the reserved slot and they get 'Dropped due to slot reservation'. Also, I am currently the only one with reserved slot access.

mp_join_grace_time is set to 30
decentLIVE is offline
decentLIVE
Junior Member
Join Date: Aug 2015
Old 08-30-2015 , 03:32   Re: Reserved Slots not working
Reply With Quote #6

Ok,
So i reinstalled my server, made it 12 slots. It now only has sourcemod and meta mod, no added plugins.
The only settings i have changed are
Quote:
Specifies how the reserved slots plugin operates. Valid values are:
// 0 : Public slots are used in preference to reserved slots. Reserved slots are freed before public slots.
// 1 : If someone with reserve access joins into a reserved slot, the player with the highest latency and
// no reserved slot access (spectator players are selected first) is kicked to make room. Thus, the reserved
// slots always remains free. The only situation where the reserved slot(s) can become properly occupied is
// if the server is full with reserve slot access clients.
// --
// Requires: reservedslots.smx
// Default: 0
sm_reserve_type 1

// Specifies the number of reserved player slots. Users with the reservation
// admin flag set will be able to join the server when there are no public slots
// remaining. If someone does not have this flag, they will be kicked.
// (Public slots are defined as: maxplayers - number of reserved slots)
// --
// Requires: reservedslots.smx
// Default: 0
sm_reserved_slots 2

// Specifies whether or not reserved slots will be hidden (subtracted from max
// slot count). Valid values are 0 (Visible) or 1 (Hidden).
// --
// Requires: reservedslots.smx
// Default: 0
sm_hide_slots 1
And this is happening


https://www.youtube.com/watch?v=q-gr...ature=youtu.be
D:
decentLIVE is offline
VPPGamingNetwork
Veteran Member
Join Date: Sep 2012
Location: Japan
Old 08-30-2015 , 23:51   Re: Reserved Slots not working
Reply With Quote #7

get rid of the bots or lower the bots count
__________________

We provide MOTD Ads
Net 1 payments
Visit us
VPPGamingNetwork is offline
decentLIVE
Junior Member
Join Date: Aug 2015
Old 09-01-2015 , 04:35   Re: Reserved Slots not working
Reply With Quote #8

My server has 12 slots
settings are:
sm_reserve_type 1
sm_reserved_slots 1
sm_hide_slots 1
Reserved slots are working, but its not hiding the reserved slot so the server appears as 11/12
decentLIVE is offline
decentLIVE
Junior Member
Join Date: Aug 2015
Old 09-01-2015 , 11:58   Re: Reserved Slots not working
Reply With Quote #9

sv_visiblemaxplayers is set to 10, but its not changing anything.
This is the server commandline, maybe there's something there stopping it from working.

-game csgo -console -condebug -usercon +game_type 0 +game_mode 0 -maxplayers_override 12 +maxplayers 12 +exec server.cfg +mapgroup mg_active +map "de_dust2" -tickrate 128 -ip 45.121.210.11 -port 27068 +tv_port 28068 +sv_clockcorrection_msecs 15
decentLIVE is offline
Maxximou5
AlliedModders Donor
Join Date: Feb 2013
Old 09-01-2015 , 16:10   Re: Reserved Slots not working
Reply With Quote #10

Code:
-game csgo -condebug -usercon -strictportbind -ip 45.121.210.11 -port 27068 +tv_port 28068 -tickrate 128 +map de_dust2 -maxplayers_override 12 +mapgroup mg_active +game_mode 0 +game_type 0 +sv_clockcorrection_msecs 15
That's what I'd use, as you don't need:
+maxplayers (for CS:GO it's useless)
+exec server.cfg (unnecessary, it's already being executed. You can use +servercfgfile if you want to specify a different file)

None of this suggests it should give you errors except maybe +maxplayers.
Maxximou5 is offline
Reply



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 20:55.


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