Hi all,
To all the interested people, i'm currently remaking this plugin entirely, with "AimGlow" included, which can be used as a single button bind action. Currently it is configured to be glowing the targets according to their team (red for T and blue for CT.)
There are currently 2 configuration files, one for the colors in your glowmenu and one for the settings and commands.
Code:
# Advanced Glow Menu Config File
--------------------------------------------------------------------------------------------
# Default access flag "z" = everyone
ACCESS_FLAGS = z
# Chat message notifications enabled on default.
CHAT_MSG_ENABLED = 1
# Reset glow on round start. default = 1
RESET_GLOW = 1
# Commands to show the colormenu
# Seperate with ',' as shown below
GLOWMENU_COMMANDS = /glow, !glow, /glowmenu, !glowmenu, /gm, !gm
# Commands to set a target glowing you're aiming at
# bind "key" "tasg" - bind "key" "targetaimsetglow" are default
# Seperate with ',' as shown below
TARGET_AIM_SET_GLOW = tasg, targetaimsetglow
# Commands to remove glow from a target you're aiming at
# bind "key" "targ" - bind "key" "targetaimremoveglow" are default
# Seperate with ',' as shown below
TARGET_AIM_REMOVE_GLOW = targ, targetaimremoveglow
Code:
# Add Color Names and RGB codes.
# Example: "Red" "255" "0" "0"
"Red" "255" "0" "0"
"Green" "0" "255" "0"
"Blue" "0" "0" "255"
"White" "255" "255" "255"
Assuming that everyone knows what they're doing, the plugin should compile without any errors or warnings. The plugin has been tested before and should work (with some bugs perhaps). So this is actually the reason for posting this, i need some testers, especially people who have jailbreak servers where this plugin would be used a lot.
Suggestions are always welcome as this remake is still in it's early stage.
Thanks in advance.