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:
![[Image: 2012012900001.jpg]](http://img705.imageshack.us/img705/7470/2012012900001.jpg)
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:
![[Image: 2012012900001.jpg]](http://img705.imageshack.us/img705/7470/2012012900001.jpg)
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)
![[Image: azuw.jpg]](http://imageshack.us/a/img29/2668/azuw.jpg)