View Single Post
suki97
BANNED
Join Date: Sep 2021
Location: GB
Old 09-07-2021 , 15:11   Re: [CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !name
Reply With Quote #1614

Quote:
Originally Posted by paulo_crash View Post
Using SQLite or MySQL? Error logs?
I guess it's SQLite, this is databases.cfg

"Databases"
{
"driver_default" "mysql"

// When specifying "host", you may use an IP address, a hostname, or a socket file path

"default"
{
"driver" "default"
"host" "localhost"
"database" "sourcemod"
"user" "root"
"pass" ""
//"timeout" "0"
"port" "3306"
}

"addons"
{
"driver" "default"
"host" "localhost"
"database" "sourcemod"
"user" "root"
"pass" ""
//"timeout" "0"
"port" "3306"
}

"storage-local"
{
"driver" "sqlite"
"database" "sourcemod-local"
}

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


And error log :

https://github.com/suki971/Error-log...n/error%20logs
suki97 is offline
Send a message via ICQ to suki97 Send a message via AIM to suki97 Send a message via Yahoo to suki97 Send a message via Skype™ to suki97