[CS:GO] Glow Menu

Post Reply
User avatar
Andreeas
Hero Member
Hero Member
Posts: 601
Joined: Wed Jan 22, 2020 8:17 pm
Jucator SA:MP ?: Nu
Nick:: Andreeas
Jucator CS ?: Nu

[CS:GO] Glow Menu

Post by Andreeas »

CS:GO Glow Menu

A request made in this post - https://forums.alliedmods.net/showthread.php?t=306534
A menu which players can enable Glow to themselves.
The colors that are shown on the menu can be changed in a config file.
Also, the glow can be restricted to a certain flag and has 4 different styles to use.
Some screenshots are in the github (link below), soon will be added in this post.

ConVars:
  • sm_glowmenu_style (1 by Default) - It changes the Glow Style to the players (Min 0, Max 3). WARNING: If you set the style to 0, the glow can be seen through walls;
    sm_glowmenu_prefix ([Glow Menu] by Default) - Chat's Prefix;
    sm_glowmenu_flag (Empty by Default) - Restrict the Glow to players with a certain flag.
MySQL:
Add this to your databases.cfg in addons/sourcemod/configs and change it as you need.

Code: Select all

"glow_menu"
{
  "driver"    "mysql"
  "host"      "YOUR_HOST_ADDRESS"
  "database"  "YOUR_DATABASE_NAME"
  "user"      "DATABASE_USERNAME"
  "pass"      "USERNAME_PASSWORD"
}
Installation:
  • Setup the MySQL database (read above);
    Drag the file named glow_menu.ini to addons/sourcemod/configs.
    Drag the file named glow_menu.smx to addons/sourcemod/plugins.
    Drag the file named glow_menu.phrases.txt to addons/sourcemod/translations.
    Drag the file named glow_menu.cfg to cfg/sourcemod.
    Restart the Server.
    Change the ConVars as you wish in the file glow_menu.cfg located in cfg/sourcemod
Requirements:
(To Show the Glow to everyone): Set your server with the sv_force_transmit_players ConVar to 1
(To Compile): ColorVariables - https://github.com/PremyslTalich/ColorVariables

Download
Post Reply

Return to “Fun Stuff”