Raised This Month: $32 Target: $400
 8% 

AGM + AimGlow v2.0.2 [24/04/2020]


Post New Thread Reply   
 
Thread Tools Display Modes
Napoleon_be
Veteran Member
Join Date: Jul 2011
Location: Belgium
Old 04-24-2020 , 09:16   Re: AGM + AimGlow v2.0.2 [24/04/2020]
Reply With Quote #31

Updated to 2.0.2: Added aimglow, comes in handy for jailbreak. Update notes at first post.

- Updated amxx to 1.10.0: This made it possible for me to be able to use the menu_create() format style OciXCrom suggested.
__________________

Last edited by Napoleon_be; 04-24-2020 at 09:38.
Napoleon_be is offline
Send a message via Skype™ to Napoleon_be
HamletEagle
AMX Mod X Plugin Approver
Join Date: Sep 2013
Location: Romania
Old 04-25-2020 , 08:33   Re: AGM + AimGlow v2.0.2 [24/04/2020]
Reply With Quote #32

You don't need to support every amxx version that's out there. The only requirement is to support 1.8.2 because that's the latest version.
If you want to add support for other versions, you are free to do so, but again it is not needed.

Another thing, you bumped the best version to 1.10, but is it worth it? Most people either use 1.8.2 or 1.9, not 1.10. Is that menu_create format really important? Did you gain anything by using it instead of using the standard way?
To be clear, I AM NOT telling you to not support 1.10 or to switch back to the old menu_create "format". These are questions you should be asking yourself when deciding what to do and what not to do.

As I side note, the dev team(or the lack of a dev team) is responsible for this mess. We have too many versions, too big of a difference between them and people keep jumping to the next shiny thing. We need 1.9 as a stable version like yesterday.
__________________

Last edited by HamletEagle; 04-25-2020 at 08:34.
HamletEagle is offline
Napoleon_be
Veteran Member
Join Date: Jul 2011
Location: Belgium
Old 04-25-2020 , 08:40   Re: AGM + AimGlow v2.0.2 [24/04/2020]
Reply With Quote #33

Quote:
Originally Posted by HamletEagle View Post
You don't need to support every amxx version that's out there. The only requirement is to support 1.8.2 because that's the latest version.
If you want to add support for other versions, you are free to do so, but again it is not needed.

Another thing, you bumped the best version to 1.10, but is it worth it? Most people either use 1.8.2 or 1.9, not 1.10. Is that menu_create format really important? Did you gain anything by using it instead of using the standard way?
To be clear, I AM NOT telling you to not support 1.10 or to switch back to the old menu_create "format". These are questions you should be asking yourself when deciding what to do and what not to do.

As I side note, the dev team(or the lack of a dev team) is responsible for this mess. We have too many versions, too big of a difference between them and people keep jumping to the next shiny thing. We need 1.9 as a stable version like yesterday.
I was looking into suggestions people had for me and decided to check the menu_create() thing out that OciXCrom suggested. My only idea was to be able to get rid of that szTemp array when it wasn't actually nessecary.

Also, i keep all my amxx versions backed up, i can switch back whenever i want that's not really a big issue, but i get ur point.

The only thing i'm actually really glad about, is the fact i remade the whole code and made it somewhat acceptable publishing.
__________________

Last edited by Napoleon_be; 04-25-2020 at 08:41.
Napoleon_be is offline
Send a message via Skype™ to Napoleon_be
HamletEagle
AMX Mod X Plugin Approver
Join Date: Sep 2013
Location: Romania
Old 04-25-2020 , 08:58   Re: AGM + AimGlow v2.0.2 [24/04/2020]
Reply With Quote #34

Moved back to New Plugins, but I can't promise a review soon.
__________________
HamletEagle is offline
Napoleon_be
Veteran Member
Join Date: Jul 2011
Location: Belgium
Old 04-25-2020 , 09:09   Re: AGM + AimGlow v2.0.2 [24/04/2020]
Reply With Quote #35

Quote:
Originally Posted by HamletEagle View Post
Moved back to New Plugins, but I can't promise a review soon.
No worries, other priorities first.
__________________
Napoleon_be is offline
Send a message via Skype™ to Napoleon_be
sanimare
Senior Member
Join Date: Sep 2010
Old 05-17-2020 , 18:44   Re: AGM + AimGlow v2.0.2 [24/04/2020]
Reply With Quote #36

Suggestion: Add support for player to glow just when he press for example F (impulse 101) so it can be used for football mod for example when you want teamplayer to pass you he press F button to give you a signal.
Glow should be little. For example:
This is aim glow when i watch my friend.
sanimare is offline
Napoleon_be
Veteran Member
Join Date: Jul 2011
Location: Belgium
Old 05-22-2020 , 20:14   Re: AGM + AimGlow v2.0.2 [24/04/2020]
Reply With Quote #37

Quote:
Originally Posted by sanimare View Post
Suggestion: Add support for player to glow just when he press for example F (impulse 101) so it can be used for football mod for example when you want teamplayer to pass you he press F button to give you a signal.
Glow should be little. For example:
This is aim glow when i watch my friend.
I'll look into adding this in the future, thanks for the suggestion.
__________________
Napoleon_be is offline
Send a message via Skype™ to Napoleon_be
Mohamed null
BANNED
Join Date: Sep 2020
Location: Algeria
Old 10-17-2020 , 16:37   Re: AGM + AimGlow v2.0.2 [24/04/2020]
Reply With Quote #38

Can someone set it only for vips & admins ?
ADMIN_LEVEL_H

Last edited by Mohamed null; 10-17-2020 at 16:37. Reason: Failed
Mohamed null is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 10-17-2020 , 18:19   Re: AGM + AimGlow v2.0.2 [24/04/2020]
Reply With Quote #39

Quote:
Originally Posted by Mohamed null View Post
Can someone set it only for vips & admins ?
ADMIN_LEVEL_H
Maybe look at the settings before asking?
__________________
OciXCrom is offline
Send a message via Skype™ to OciXCrom
Napoleon_be
Veteran Member
Join Date: Jul 2011
Location: Belgium
Old 10-19-2020 , 09:31   Re: AGM + AimGlow v2.0.2 [24/04/2020]
Reply With Quote #40

Quote:
Originally Posted by Mohamed null View Post
Can someone set it only for vips & admins ?
ADMIN_LEVEL_H
There's a cvar currently only available to change with admins - nonadmins.

I'll look into this for the future so it can be configured using a .cfg file, would be more convenient indeed.
__________________
Napoleon_be is offline
Send a message via Skype™ to Napoleon_be
Old 01-02-2021, 23:15
Napoleon_be
This message has been deleted by Napoleon_be.
Reply



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 18:53.


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