Raised This Month: $51 Target: $400
 12% 

H-Reserved (Advanced Reserved Slots)


Post New Thread Reply   
 
Thread Tools Display Modes
red!
Senior Member
Join Date: Sep 2007
Location: Germany
Old 03-04-2013 , 16:44   Re: H-Reserved (Advanced Reserved Slots)
Reply With Quote #591

therefore you do not need any plugin. that should be the default behaviour.
__________________
Answering stupid questions does not lead to perception but to more stupid questions.
red! is offline
Pasi
Member
Join Date: Mar 2013
Old 03-08-2013 , 08:15   Re: H-Reserved (Advanced Reserved Slots)
Reply With Quote #592

Please can anyone explain exactly how to get it to work with cs:go?
I tried a bunch of stuff in this thread and its acting weird.
Mostly not working, seen it work 1 time for one admin, but not for any other with the same flags.

I hsve tried hidden slots and no hidden. At this point Im not sure how its set, tried so many different ways.

And if I have 25 slots and 1 hidden by setting show 24 slots, does this mean only 1 more can connect if there are 24 on server?

If I want more hidden slots do I set it to 28 and 24 visible to get 4 hidden? Can 4 extras connect then?

Or does it only work with 1 hidden slot?
Pasi is offline
red!
Senior Member
Join Date: Sep 2007
Location: Germany
Old 03-11-2013 , 04:35   Re: H-Reserved (Advanced Reserved Slots)
Reply With Quote #593

declare 1 slot as hidden, let everything at default config, you're done. After admin connect a non-admin gets kicked, admin-slot is free again. no more magic.
__________________
Answering stupid questions does not lead to perception but to more stupid questions.
red! is offline
Pasi
Member
Join Date: Mar 2013
Old 03-11-2013 , 16:02   Re: H-Reserved (Advanced Reserved Slots)
Reply With Quote #594

Ok this is how it looks now,
Server is 19 slots one hidden, have: sv_visiblemaxplayers 18 in server.cfg
but its not working, whats wrong?



Code:

Code:
// ConVars for plugin "hreserved_slots.smx"



// protect admins from beeing dropped from server by reserved slot access (0: no protection, 1: except spec mode, 2: full protection)
// -
// Default: "1"
sm_hreserved_admin_protection "2"

// kick bots/fake clients (e.g. SourceTV)? (0: kick, 1:  do not kick)
// -
// Default: "0"
sm_hreserved_bot_protection "0"

// method for dropping players to free a reserved slot (0: no players are dropped from server, 1: kick, 2: offer to be redirected to the server specified in sm_hreserved_redirect_target)
// -
// Default: "1"
sm_hreserved_drop_method "1"

// select how players are chosen to be dropped from server when there are multiple targets with the same priority. (0: highest ping, 1: shortest connection time)
// -
// Default: "0"
sm_hreserved_drop_select "1"

// value to be subtracted from the immunity level of spectators. The value 0 will make spectators to be treated like players in the game
// -
// Default: "1"
sm_hreserved_immunity_decrement "1"

// alternate server a client is offered to be redirected to, if sm_hreserved_drop_method is set to value 2
// -
// Default: ""
sm_hreserved_redirect_target ""

// time to show the redirection offer dialog
// -
// Default: "12"
sm_hreserved_redirect_timer "12"

// number of reserved slots (do not specify or set to -1 to automatically use hidden slots as reserved)
// -
// Default: "-1"
sm_hreserved_slots_amount "-1"

// disable/enable reserved slots
// -
// Default: "1"
sm_hreserved_slots_enable "1"

// use sourcemod immunity level to find a player to be dropped (0: do not use immunity , 1: use immunity level)
// -
// Default: "1"
sm_hreserved_use_immunity "1"
Pasi is offline
red!
Senior Member
Join Date: Sep 2007
Location: Germany
Old 03-11-2013 , 18:12   Re: H-Reserved (Advanced Reserved Slots)
Reply With Quote #595

Please post the output of the command hrs_status, not your config here.
__________________
Answering stupid questions does not lead to perception but to more stupid questions.
red! is offline
Pasi
Member
Join Date: Mar 2013
Old 03-12-2013 , 18:42   Re: H-Reserved (Advanced Reserved Slots)
Reply With Quote #596

Ok, I put in the default.cfg again, 19 slots 1 hidden

this is some of the output of hsr_status


[hreserved_slots] id: 12, name: not connected, immunity: unkickable
[hreserved_slots] id: 11, name: not connected, immunity: unkickable
[hreserved_slots] id: 10, name: not connected, immunity: unkickable
[hreserved_slots] id: 9, name: |KARLSSON, immunity: unkickable
[hreserved_slots] id: 8, name: not connected, immunity: unkickable
[hreserved_slots] id: 7, name: not connected, immunity: unkickable
[hreserved_slots] id: 6, name: MULE, immunity: 0
[hreserved_slots] id: 5, name: not connected, immunity: unkickable
[hreserved_slots] id: 4, name: not connected, immunity: unkickable
[hreserved_slots] id: 3, name: Crusher, immunity: 0
[hreserved_slots] id: 2, name: Rock, immunity: 0
[hreserved_slots] id: 1, name: Steel, immunity: 0
[hreserved_slots] maximum slots: 64
[hreserved_slots] visible slots: 18
[hreserved_slots] public slots: 18
[hreserved_slots] reserved slots: 46 (using hidden slots)
[hreserved_slots] minimum_immunity: 0
L 03/12/2013 - 235:07: [hreserved_slots.smx] selected highest ping target 16
[hreserved_slots] highest ping target: 16
L 03/12/2013 - 235:07: [hreserved_slots.smx] selected shortest connected targe
t 6
[hreserved_slots] shortest connect target: 6
L 03/12/2013 - 235:08: [hreserved_slots.smx] selected random target 6
[hres erved_slots] random target: 6
L 03/12/2013 - 235:08: [hreserved_slots.smx] emergency selection of target 16
[hreserved_slots] pre 1.0.8 target: 16
L 03/12/2013 - 235:08: [hreserved_slots.smx] selected highest ping target 16
[hreserved_slots] selected target: 16
L 03/12/2013 - 235:08: "|KARLSSON<54><STEAM_1:0:17196136><CT>" threw flashbang
[-150 636 -192]

Anyway I might have got it working, does it look right?
Pasi is offline
red!
Senior Member
Join Date: Sep 2007
Location: Germany
Old 03-13-2013 , 05:08   Re: H-Reserved (Advanced Reserved Slots)
Reply With Quote #597

The plugin seems to be set up right.

1. are there any hints in the sourcemod error log
2. What does it say to you when you try to connect to the reserved slots?
__________________
Answering stupid questions does not lead to perception but to more stupid questions.
red! is offline
Pasi
Member
Join Date: Mar 2013
Old 03-14-2013 , 05:09   Re: H-Reserved (Advanced Reserved Slots)
Reply With Quote #598

1.
This is from the SM log:
L 03/12/2013 - 22:02:41: [hbalance.smx] moving player MoNo to team Team1
L 03/12/2013 - 22:02:41: [hbalance.smx] moving player Muffy™ to team Team2
L 03/12/2013 - 22:02:41: [hbalance.smx] balanced from team balance difference -2039 to 11
L 03/12/2013 - 22:02:58: [hreserved_slots.smx] selecting player of lowest immunity group (-1)
L 03/12/2013 - 22:02:58: [hreserved_slots.smx] selected highest ping target 15
L 03/12/2013 - 22:02:58: [hreserved_slots.smx] [hreserved_slots] dropping sHaggy
L 03/12/2013 - 22:02:58: [hreserved_slots.smx] kicking player sHaggy [STEAM_1:0:1183378] to free slot
L 03/12/2013 - 22:09:00: [hreserved_slots.smx] selecting player of lowest immunity group (0)
L 03/12/2013 - 22:09:00: [hreserved_slots.smx] selected highest ping target 18
L 03/12/2013 - 22:09:00: [hreserved_slots.smx] [hreserved_slots] dropping itor
L 03/12/2013 - 22:09:00: [hreserved_slots.smx] kicking player itor [STEAM_1:0:935971] to free slot
L 03/12/2013 - 22:11:47: [mapchooser.smx] Voting for next map has started.

Also there are a few lines in it like this:
"L 03/12/2013 - 19:06:18: [hreserved_slots.smx] 'connect' extension present but inoperable due to '' (code -1)"

I dont know what that is.

SM Error logs, there was no mention about hreserved_slots in any of the recent ones


2. I havent seen it myself but one guy said it gave "server full" etc and this guy has a reserved slot in the same admin group as a guy that reserved slot works for.

Could he have been using a connect command line? Because it doesnt work then right?

Otherwise I dont know really, it seems to work for some and not others.
Maybe they also use connect command. Will check wit them.

Btw, thx for the great plugins red! we use hstats, hbalancer also
Pasi is offline
red!
Senior Member
Join Date: Sep 2007
Location: Germany
Old 03-14-2013 , 05:13   Re: H-Reserved (Advanced Reserved Slots)
Reply With Quote #599

Server Full?

Server can't be full, according to your status dump you have 46 hidden slots ...

You told your admins, that they need to connect using the console to access hidden slots, didn't you?
__________________
Answering stupid questions does not lead to perception but to more stupid questions.
red! is offline
Pasi
Member
Join Date: Mar 2013
Old 03-14-2013 , 13:47   Re: H-Reserved (Advanced Reserved Slots)
Reply With Quote #600

Thats what he said it replied. "couldnt connect. server is full" or like that.

No, actually I havent told anyone to use the connect command, as I read here that it doesnt work.

But then I dont know if this guy tried like that, didnt think to ask him.
Pasi 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 06:15.


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