PDA

View Full Version : Reserved slot



stoiczkow
9th January 2019, 06:37
I would like to reserve one slot for myself. I mean that when I have 10 slots server with 1 reserved slot and 1 user with rights to use this reserved slot normal users can't join when server is 9\10 because it shows that server is full even if 1 user with rights on a server.
So how to do it?

Ni3ls
9th January 2019, 07:16
Set G_privateslots and add a private pass iirc

maxdamage99
9th January 2019, 11:58
if your server no cracked, you can check guid and ip when connecting.

active players >= slots for normal players: kick all players where guid != your (or ip)

p.s: if you use libcod, you can use kick2 (dropclient) and cmd_Executestring before player connected.

1580

stoiczkow
26th January 2019, 12:34
Set G_privateslots and add a private pass iirc

Dummy matter, but where to put password when i'm connecting...?

Oh and is it true set sv_privateclients=set G_privateslots?

Jusino
11th April 2019, 11:37
Can you set as many reserved slots as you want with this method?