AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   New Plugin Submissions (https://forums.alliedmods.net/forumdisplay.php?f=26)
-   -   AGM + AimGlow v2.0.2 [24/04/2020] (https://forums.alliedmods.net/showthread.php?t=170660)

Napoleon_be 10-27-2011 13:15

[AGM] Glow Menu + Aim Target Glow [v2.1.1]
 
1 Attachment(s)
Advanced GlowMenu v2.1.1

Description
  • Plugin has been rewritten completely, for the 3rd time now. 3rd time, good time, right? Basicaly, this plugin allows you to set glows on yourself and on other players. Everything is customizable using two config files: one for the colors and one for the plugin settings.


Settings
  • No cvars. Check AGMConfig.ini and AGMColors.ini if you require to change any settings.

Spoiler



Installation
  1. Download AGM.zip
  2. Copy/paste every file to the desired folders.
  3. Compile AGM.sma using your local compiler. Compatible with all AMXx version.
  4. Place AGM.amxx in your plugins folder
  5. Add "AGM.amxx debug" in your plugins.ini file (without quotes)
  6. Change map or idealy restart server.


Supported Languages
Update Notes
Code:

  • v1.0.0: First Release

  • v2.0.0: Second release, fully rewritten, new functions, etc.

  • v2.1.1: Fully rewritten + TargetAimGlow included.


Credits
  • OciXCrom - Took his way of configuring everything without hardcoding.

kramesa 10-27-2011 13:18

Re: Glow Menu (Unfinished)
 
Cool

Korxu 10-27-2011 13:19

Re: Glow Menu (Unfinished)
 
PHP Code:

register_clcmd("say_teal /glowmenu""glowmenu"

#EDIT:
PHP Code:

else if(!is_user_connected(id)) 

Unnecessary. If the user isn't connected, it is disconnected. You can only put "else".

Napoleon_be 10-27-2011 13:26

Re: Glow Menu (Unfinished)
 
Quote:

Originally Posted by Korxu (Post 1584367)
PHP Code:

register_clcmd("say_teal /glowmenu""glowmenu"

#EDIT:
PHP Code:

else if(!is_user_connected(id)) 

Unnecessary. If the user isn't connected, it is disconnected. You can only put "else".

Thanks, fixed a few things wich were unnessacary.
If someone wants screenshots, i can put them in my release post.

grimvh2 10-27-2011 13:33

Re: Glow Menu (Unfinished)
 
Probally already exists, you could add random glow color.

Napoleon_be 10-27-2011 13:44

Re: Glow Menu (Unfinished)
 
Fixing some bugs atm. Found a lot, i'll update the attachment when i'm done.

@Grimvh2

I know, but i'm expending mine. If someone has some idea's, they are always welcome.

Arkshine 10-27-2011 13:52

Re: Glow Menu (Unfinished)
 
Redundant + already exists + hardcoded = unapproved.

Arkshine 10-27-2011 14:43

Re: Glow Menu (Unfinished)
 
Color.

enjoi. 10-28-2011 08:29

Re: Glow Menu (Unfinished)
 
Nice plugin but I seen alot of theses not sure what to choose from :D

Arkshine 10-29-2011 11:11

Re: Glow Menu (Unfinished)
 
If you want to improve the plugin :

- Don't hardcode color.
- Menu is static, so it should be cached.
- Adding a key is not needed. Item is not retrieve from this data.
- You don't destroy menu
- I don't see why you retrieve name before the check.


All times are GMT -4. The time now is 23:52.

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