Quote:
Originally Posted by NisQ
Hi
I found this error in logs.
Any ideas?
|
You need to add "retakes-sqlite.sq3" to server folder "csgo/addons/sourcemod/data/sqlite"
and this to csgo/addons/sourcemod/configs/databases.cfg
Code:
"retakes"
{
"driver" "sqlite"
"host" "localhost"
"database" "retakes-sqlite"
"user" "root"
"pass" ""
}