Reconnect Features 0.2. (08/08/12) (no reconnect, no retry alternatives)
Posted: Mon Nov 22, 2021 10:52 pm
Reconnect Features
.: Description :.
When other plugins kick or ban players that use retry or reconnect commands,
this one can set back players scores and money amounts, and it can also prevent players from spawning twice during the same round.
.: Cvars :.
amx_noreconnect_time < value >
number of seconds after a player can reconnect without be counted as reconnect,
0 to deactivate the plugin (def: 30)
amx_noreconnect_score < 1|0 >
Set back or not player score (def: 1)
amx_noreconnect_money < 1|0 >
Set back or not player money (def: 1)
amx_noreconnect_startmoney < 1|0 >
If previous cvar is 1, don't allow player to get more than mp_startmoney (def: 0)
amx_noreconnect_spawn < 0|1 >
Prevent player from spawn twice during the same round (def=1)
amx_noreconnect_notify < 0|1 >
Notify players that a player has just made a retry (def=1)
get plugin
.: Description :.
When other plugins kick or ban players that use retry or reconnect commands,
this one can set back players scores and money amounts, and it can also prevent players from spawning twice during the same round.
.: Cvars :.
amx_noreconnect_time < value >
number of seconds after a player can reconnect without be counted as reconnect,
0 to deactivate the plugin (def: 30)
amx_noreconnect_score < 1|0 >
Set back or not player score (def: 1)
amx_noreconnect_money < 1|0 >
Set back or not player money (def: 1)
amx_noreconnect_startmoney < 1|0 >
If previous cvar is 1, don't allow player to get more than mp_startmoney (def: 0)
amx_noreconnect_spawn < 0|1 >
Prevent player from spawn twice during the same round (def=1)
amx_noreconnect_notify < 0|1 >
Notify players that a player has just made a retry (def=1)
get plugin