View Single Post
Lebson506th
Veteran Member
Join Date: Jul 2008
Old 07-25-2008 , 09:11   Re: Error Log? "Not an error" "Flooding the server"
Reply With Quote #4

Could the CLIENTPREFS part have something to do with this cfg? I don't have an SQL database, so what should be in here?

Code:
"Databases"
{
    "driver_default"        "mysql"
    
    "default"
    {
        "driver"            "default"
        "host"                "localhost"
        "database"            "sourcemod"
        "user"                "root"
        "pass"                ""
        //"timeout"            "0"
        //"port"            "0"
    }
    
    "storage-local"
    {
        "driver"            "sqlite"
        "database"            "sourcemod-local"
    }

    "clientprefs"
    {
        "driver"            "sqlite"
        "host"                "localhost"
        "database"            "clientprefs-sqlite"
        "user"                "root"
        "pass"                ""
        //"timeout"            "0"
        //"port"            "0"
    }
}
Lebson506th is offline