JoinedSenses / SM-SuperSprayHandler

Maintained version of Super Spray Handler sourcemod plugin by TheWreckingCrew6.
GNU General Public License v3.0
14 stars 7 forks source link

Syntax update of Super Spray Handler

Not thoroughly tested. Will maintain this plugin and bugfix if errors arise.
https://forums.alliedmods.net/showthread.php?t=281488


Super Spray Handler

By: TheWreckingCrew6
The Complete Spray Management Plugin

Credits: This plugin is a combination of Shavit's Spray Manager plugin, which I (TheWreckingCrew6) have fixed up, and all the hard work of Nican132, CptMoore, and Lebson506th's Spray Trace plugin, which I have also fixed up. You could consider this a redux of both plugins.

Features:

Admin Menu Support:

Commands:

***All CVars are Automatically generated to "tf/cfg/sourcemod/plugin.ssh.cfg"***

Convars:

Installation Instructions:

MySql:

    "ssh"
    {
        "driver"      "default"
        "host"        "ip/hostname"
        "database"    "database"
        "user"        "username"
        "pass"        "password"
        "port"        "3306"
    }

SqLite:

    "ssh"
    {
        "driver"      "sqlite"
        "host"        "localhost"
        "database"    "ssh"
        "user"        "root"
        "pass"        ""
    }