Skip to content

Latest commit

 

History

History
39 lines (38 loc) · 668 Bytes

File metadata and controls

39 lines (38 loc) · 668 Bytes

Add the following to your addons/sourcemod/config/matchmodes.txt:

"Random Configs"
    {
        "random"
        {
            "name" "Random"
        }
        "randbasic"
        {
            "name" "Random Basic"
        }
        "randhard"
        {
            "name" "Random Hard"
        }
        "randeasy"
        {
            "name" "Random Easy"
        }
        "randumb"
        {
            "name" "Randumb"
        }
        "rand3v3"
        {
            "name" "3v3 Random"
        }
        "rand2v2"
        {
            "name" "2v2 Random"
        }
        "randomcoop"
        {
            "name" "Random Coop"
        }
    }