View Single Post
Shadows Adi
AlliedModders Donor
Join Date: Aug 2019
Location: Romania
Old 01-03-2022 , 17:31   Re: [ReAPI] Advanced slot reservation
Reply With Quote #5

1. I am using IP reservation until I think at a better method to achieve everything.
2. I am using reapi because of it's hook of SV_ClientConnect.
3. It's not achievable with only amxmodx, either orpheu or reapi to hook SV_ClientConnect, because it will kick a player if the server is full. And you won't get "Server is full!" message if your IP is "reserved". Not any hide slots or reserved slots, etc. If the number of connected players is equal with the max players number, any other plugin won't do anything unless you:
- reserve a slot.
- kick afk players or any other criteria based players by setting a task or something.

Try the plugin while server has all slots occupied and you will see what I mean. Or just look at comments I left in source code.

And no, it's not faster, I explained why I use this. I don't use orpheu, because rehlds based servers need new signatures for every version released.
__________________


Accepting Paid Requests, contact PM.

MVP Of The Round View project on GITHUB / AlliedModders
CSGO REMAKE ~ CSGO MOD [STABLE + SOURCE CODE]

Last edited by Shadows Adi; 01-03-2022 at 17:39.
Shadows Adi is offline