Raised This Month: $12 Target: $400
 3% 

CS AFK Manager


Post New Thread Reply   
 
Thread Tools Display Modes
PyPKjE20
Member
Join Date: Dec 2010
Location: Lithuania
Old 07-22-2015 , 15:35   Re: CS AFK Manager
Reply With Quote #31

Pleas help fix:
Quote:
[AMXX] Load error 17 (invalid file format or version) (plugin "afk_manager_1.8.3.amxx")
__________________

CS:GO Open Chest MOD IP: csgo.slimi.lt
New CS 1.6 CSGO IP: pub.slimi.lt
CS 1.6 Slimi RPG MOD http://rpg.slimi.lt
PyPKjE20 is offline
Send a message via Skype™ to PyPKjE20
Hembi
Member
Join Date: Mar 2013
Location: Hungary
Old 08-15-2015 , 18:59   Re: CS AFK Manager
Reply With Quote #32

Use the another version(1.8.2)!
Hembi is offline
tousif
AlliedModders Donor
Join Date: Nov 2014
Location: India
Old 08-16-2015 , 01:49   Re: CS AFK Manager
Reply With Quote #33

You compiled it locally?
tousif is offline
Depresie
Veteran Member
Join Date: Nov 2013
Old 08-22-2015 , 10:00   Re: CS AFK Manager
Reply With Quote #34

one cvar to disable the bomb features would be nice, or a version without the bomb related features
for the plugin to suit other modes aswell
Depresie is offline
JusTGo
Veteran Member
Join Date: Mar 2013
Old 08-22-2015 , 12:13   Re: CS AFK Manager
Reply With Quote #35

Quote:
Originally Posted by Depresie View Post
one cvar to disable the bomb features would be nice, or a version without the bomb related features
for the plugin to suit other modes aswell
already exist
PHP Code:
    PcvarBombAction register_cvar("afk_bomb_action""0")
    
PcvarBombActionTime register_cvar("afk_bomb_action_time""10"
__________________
JusTGo is offline
Fr33m@n
Veteran Member
Join Date: May 2008
Location: France Marne
Old 08-29-2015 , 18:40   Re: CS AFK Manager
Reply With Quote #36

Quote:
Originally Posted by Fr33m@n View Post
  • afk_bomb_action <0|1|2>
AFK bomb management action:
2 - transfer the bomb from the AFK bomb carrier to the nearest non-AFK terrorist.
1 - force the AFK bomb carrier to drop the bomb.
0 - do nothing with the bomb.

The value by default : "2".
Fr33m@n is offline
HamletEagle
AMX Mod X Plugin Approver
Join Date: Sep 2013
Location: Romania
Old 09-05-2015 , 13:48   Re: CS AFK Manager
Reply With Quote #37

1.Don't split a plugin in two versions just for the color, make a cvar so people ca decide if they want to use colors or not(1.8.2 version). Also add the needed includes in your post(chatcolor/colorchat).
2.Since you have an 1.8.2 versions w/o colors, for me it make sense to have that for 1.8.3 too. So, just a cvar and decide how to print.
3.PcvarLoopFrequency should have the lower value as 1.0, not 0.1, it's not needed to check often than that.
4.Everything that is inside if( bomb_receiver ) check should also be inside if ( backpack > 0 && backpack != player )) check. Why ? Becase if you get somehow an invalid entity your code failed and you should not print anything, nor retrieve names.
__________________

Last edited by HamletEagle; 09-05-2015 at 13:49.
HamletEagle is offline
Phant
Veteran Member
Join Date: Sep 2009
Location: New Jersey
Old 09-18-2015 , 04:16   Re: CS AFK Manager
Reply With Quote #38

You should add "mp_autokick_timeout -1" (disable default CS "AFK Manager") as requirement of plugin.
Also as HamletEagle says, 0.1 frequency it's madness.

Will test your plugin soon, looks better that mine.

Last edited by Phant; 09-18-2015 at 04:20.
Phant is offline
Send a message via ICQ to Phant
Fr33m@n
Veteran Member
Join Date: May 2008
Location: France Marne
Old 09-23-2015 , 06:00   Re: CS AFK Manager
Reply With Quote #39

huh ? this native is post 2013, i'm sure of that, i never seen it before.

about the changes, it's on fire. And about 1.8.3, it's not just colored chat, i will implement the automatic config file generation as suggested by Arkshine.

Last edited by Fr33m@n; 09-23-2015 at 10:22.
Fr33m@n is offline
Fr33m@n
Veteran Member
Join Date: May 2008
Location: France Marne
Old 10-12-2015 , 18:48   Re: CS AFK Manager
Reply With Quote #40

Version 1.0.3 is now live!

Quote:
Originally Posted by Fr33m@n View Post
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()
My plugin is ready to review, imo.
Fr33m@n is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 15:29.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode