Well, since players can connect to the server even tho it's tecnically full, is there a way to set-up the default slot reservation plugin to not use a slot?
I can achieve what I want by setting the reserve type to 1, and using 1 slot (so tecnically the server will be 15 slots, and will be shown are 14, the extra slot is the reserved one, but I just want VIPs to be able to connect to the full server, and then the plugin kick someone to make room for the VIP).
I know a plugin that does this, but I'm wondering if I can do the same with the default SourceMod plugin without settings 1 reserved slot.
I think I can pull this off editing 1 line of code in the slotreservation plugin (that avoids the reservation logic if the reserved slot count = 0) but I'm wondering if I'm missing something, or the plugin shouldn't be used for this case.