Thread: CS AFK Manager
View Single Post
Fr33m@n
Veteran Member
Join Date: May 2008
Location: France Marne
Old 01-26-2015 , 09:35   CS AFK Manager
Reply With Quote #2

Lang Contributions top
If you want to contribute to the translation of this plugin, please follow this link.

Credits top

Arkshine & HamletEagle: for some useful advises.
Phant: for some ideas and some parts imspired of his AFK manager.
Ven: for some ideas and some parts imspired of his AFK bomb transfer.
ConnorMcLeod: for his get_pdata_bool stock and his chat color include.
Lang contributors: Freeman (en), Mordekay (de), redivcram (sr), Freeman (fr), OnePL (pl), tompietje (nl), ACM1PT/baneado (es), addons_zz (bp), HamletEagle (ro), mforce (hu), Belo95135 (sk), icimaro1337 (ru).

Change Log top
v1.0.6 : [ 30 jun 2016 ]
- ALL:
Introduction of russian language.
- afk_manager_1-8-3:
Replaced filename afk_manager_1.8.3.sma by afk_manager_1-8-3.sma to avoid a bug related to automatic config not being able to read file configs/plugins/afk_manager_1.8.3.cfg because it has more than one point in the name.

- afk_manager_1-8-2:
filename afk_manager_1.8.2.sma has been replaced by afk_manager_1-8-2.sma for pure consistency of the plugin thread.
v1.0.5 : [ 7 mar 2016 ]
- ALL:
Kick spectator only if the server is full feature: Fix the fact that it kicks all the spectators instead of kicking only one. Now it kicks the player who is AFK for the longest time.
afk_loop_frequency min is now 1.0.
Removed a redundant check for the bomb owner.
Introduction of dutch language.
- afk_manager_1.8.3:
Hardcoded Menu_ChooseAppearance constant replaced by amxmodx 1.8.3 CS_Menu_ChooseAppearance constant.
v1.0.4 : [ 29 oct 2015 ]
- ALL:
Introduction of serbian and hungarian languages.
- afk_manager_1.8.2:
Replace register_dictionary by register_dictionary_colored
colorchat.inc use a specific way to register dictionary and it was forgotten.
v1.0.3 : [ 12 oct 2015 ]
- ALL:
Add a new complementary method to check aim movements.
Fusion of colored and uncolored version, color is now controlled by a cvar.
Use of HUD messages rather than chat messages for AFK gobal messages. It avoid chat spam and is now more real-time based. So, frequency is now stick to loop frequency and global_message_away_frequency cvar is removed because useless.
Possibility to define the full state of the server with a new cvar (can be useful for plugins using custom slot reservation features, as xREDIRECT)
Move a misplaced block of code.
Introduction of romanian and brazilian languages.
- afk_manager_1.8.3:
Replacement of get/set_pdata_* function by get/set_ent_data* natives since offsets are now hardcoded in amxmodx (CStrike update).
Automatic generation of a config file.
plugin_cfg() now remplaced by OnConfigsExecuted()
v1.0.2 : [ 08 may 2015 ]
- ALL: Fix a bug caused by the miss of adminslots.amxx default plugin or a load before it.
- Introduction of slovak language.
- Introduction of 3 different versions, see installation instructions.
- afk_manager_1.8.3: Usage of new enhanced features introduced recenlty in amxmodx: cvar natives (bind_pcvar_*, create_cvar), the new %l text format. Compliance to change of MAX_PLAYERS value.
v1.0.1 : [ 28 jan 2015 ]
- Replace C4Ent = find_ent_by_owner(-1, "weapon_usp", id)
by C4Ent = get_pdata_cbase(player, m_rgpPlayerItems[5]).
- Remove define dependancy to less hardcoded methods with new cvars.
v1.0.0 : [ 26 jan 2015 ]
Initial release.

Last edited by Fr33m@n; 02-23-2017 at 14:23. Reason: Update to v1.0.6
Fr33m@n is offline