AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [ANY] Multi-Map Spawn Points with SQL Saving with Effects! (https://forums.alliedmods.net/showthread.php?t=301430)

Master53 09-20-2017 16:03

[ANY] Multi-Map Spawn Points with SQL Saving with Effects!
 
2 Attachment(s)
//Simple spawn points with MySql saving and Multi-Map functionality, also comes with Hud and env_tesla spawn effects. The tesla will change color depending on what team you are on, blue for team 2 and red for team 3.

//Commands:
sm_createspawn <1-64> <1 = Team 2, 0 = Team 3>

sm_removespawn <1-64> <1-%i> <1 = Team 2, 0 = Team 3>

sm_mapspawnlist <Map String>
//Lists spawns from a string

sm_spawnlist <No Arg>
//Lists all the current spawns on the map

sm_spawnlistall <No Arg>
//Lists all the spawns in the database

Database Cfg
PHP Code:

    "Spawns"
    
{
        
"driver"            "default"
        "host"                "localhost"
        "database"            "Spawns"
        "user"                "root"
        "pass"                ""
        
//"timeout"            "0"
        //"port"            "0"
    


GitHub


All times are GMT -4. The time now is 05:00.

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