[Shop] Aura

Plugin-Module [Shop] Aura v1.1

No permission to download
Supported Games
All
This is module of the Shop plugin. Players can buy aura effect from !shop using credits. This plugin creates beautiful colorful Aura effect around players.


421
420


422
423


Requirements :
Installation :
  • Download Shop_Aura.zip file from this post.
  • Extract the contents of zip file and put it into cstrike/addons/sourcemod folder of your server.
  • Configure aura colors in cstrike/addons/sourcemod/configs/shop/aura_colors.txt
  • Restart the server or change the map.
Configuration :

Currently only 3 colors are added. To add more colors open cstrike/addons/sourcemod/configs/shop/aura_colors.txt file. And add your desired color configuration like below :

Example : Adding pink color. The configuration file supports RGBA colors, so Google RGBA value of a color and add here. Pink RGBA value is 255 192 203 255.
Code:
"Aura_Colors"
{
    "name"            "Auras"                            // Menu title
    "description"     ""                                 // Description in the menu
    "pink"                                               // Unique color code, this value cannot be duplicate (means you cannot create another configuration named pink)
    {
        "name"         "Pink"                            // Name of the color in !shop menu
        "color"        "255 192 203 255"                 // RGBA value of the color
        "price"        "1000"                            // Price of the aura color in !shop menu
        "duration"     "0"                               // Duration of the aura, after that duration players have to rebuy (0 = Permanent)
    }
}
Credits :
  • R1K0
Author
Vertigo
Downloads
71
Views
1K
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from Vertigo

Share this resource

Top
AdBlock Detected

We get it, advertisements are annoying!

Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features of our website. For the best site experience please disable your AdBlocker.

I've Disabled AdBlock