View Single Post
Plugin Info:     Modification:          Category:          Approver:   sawce (9)
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 11-22-2007 , 11:48   Reconnect Features 0.2. (08/08/12) (no reconnect, no retry alternatives)
Reply With Quote #1

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)



.: Requirements / Modules :.


Fakemeta

$datadir/reconnect.txt (see attachments)





.: Credits/Thanks :.


Translations : Mordekay Tramp atomen



.: Changelog :.
Code:
/*
* v0.2.4 (2008aug12)
* - fixed spawn bug
* v0.2.3 (2008jul29)
* - fixed spawn detection
* v0.2.2 (2008jul13)
* - set amx_noreconnect_notify to 2 will print a chat msg
* - spawn detection updated
* v0.2.1 (2008feb13)
* - fixed players could have reset their score/money by doing 2 retry in a row
* v0.2
* - Rewrote plugin to avoids server crashes
* - Added cvar amx_noreconnect_notify to notify players that someone made a retry
* v0.1.5
* - prevent some crash at changemap
* v0.1.4
* - now kill user without deathmsg/decrease frags/increase deaths
* - print a message to player when kill him
* v0.1.3
* - bugfix : only 1 player was stored
*/
Attached Files
File Type: txt reconnect.txt (2.4 KB, 4538 views)
File Type: sma Get Plugin or Get Source (reconnect_features.sma - 17807 views - 8.1 KB)

Last edited by ConnorMcLeod; 09-14-2013 at 05:08.
ConnorMcLeod is offline