I was playing some Infected game mode and was annoyed about the noobs rejoining when they got infected. So I made this little plugin.
If someone tries to reconnect, he won't be able to but this message will appear:
When map changes, everyone will be able to join again.
sv_config.ini entries:
Thanks zxz... and @kraze1994 for testing
If someone tries to reconnect, he won't be able to but this message will appear:
When map changes, everyone will be able to join again.
sv_config.ini entries:
Code:
[NoReconnect]
DenyReconnect=1
//Player is not allowed to reconnect, change to 0 to disable
ImmunePlayers=xuid1,xuid2,xuid3
//Players allowed to reconnect, add xuids seperated by a ,
NotifyReconnect=0
//If DenyReconnect is 0 and this 1, server will notify when a player is reconnecting
Source code (Click to View)