AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Source Servers (SRCDS) (https://forums.alliedmods.net/forumdisplay.php?f=130)
-   -   VIP and Admin slot help (https://forums.alliedmods.net/showthread.php?t=312780)

abdulsami34 12-15-2018 19:54

VIP and Admin slot help
 
Hello there,
I have a pug server and i need some help.

My server is 12 slot

5v5 players and 2 spectator
I use pug setup by splewis. If there are 12 players. How do admin and vip connect?
how to setup reserve slot or something like that? can anyone help me out?

Neuro Toxin 12-16-2018 14:59

Re: VIP and Admin slot help
 
https://wiki.alliedmods.net/Reserved_Slots_(SourceMod)

You must connect via console.

abdulsami34 12-16-2018 19:19

Re: VIP and Admin slot help
 
umm, I really don't know the reservation system works.

Like i don't want anyone to be kicked because of any admin joining.
So what settings should i set for the reservation type?

abdulsami34 12-19-2018 11:10

Re: VIP and Admin slot help
 
I have set the following settings but it does not work.

sm_reservation_type 2
sm_hide_slots 2
sv_visiblemaxplayers 12
-maxplayers_override 14
sm_reserved_slots 2

Anyone is able to join the server.
I want only vip or admin to join how do i set this.

Enrory 12-19-2018 11:32

Re: VIP and Admin slot help
 
change the commands here in sourcemod.cfg

you can find it on your server folder csgo/cfg/sourcemod
you need sourcemod for this.

abdulsami34 12-20-2018 19:45

Re: VIP and Admin slot help
 
I did that. it does not work.
I have sourcemod mate. :x.

Bacardi 12-23-2018 04:46

Re: VIP and Admin slot help
 
Just to be clear about SourceMod base reservedslot plugin.
You actually lose player slots, as many you set sm_reserved_slots
(Because it work simplest way/logic)


But you can try server which is launched with -maxplayers_override 13

Code:

// you find most of these cvars from ...cfg/sourcemod/sourcemod.cfg
// you need add new cvar = sm_reserve_maxadmins


sm_reserve_type 2 // stop kick players after max admins
sm_reserve_maxadmins 6
sm_reserved_slots 1
sm_hide_slots 0 // if you not want use connect command to full server.


abdulsami34 01-02-2019 12:05

Re: VIP and Admin slot help
 
I only want the admins to connect

when the server is full 12/12
5v5 match and 2 spec when i set reserve slot the normal users are able to connect :(

Bacardi 01-02-2019 12:09

Re: VIP and Admin slot help
 
Could you post current cvars values:
sm_rcon sm plugins list -> look index number of Reserved Slots

sm_rcon sm cvars indexnumber
sm_rcon sv_visiblemaxplayers

Phaiz 01-04-2019 10:58

Re: VIP and Admin slot help
 
Use this https://forums.alliedmods.net/showthread.php?t=286227


All times are GMT -4. The time now is 23:00.

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