View Single Post
limitlesspluto
Member
Join Date: Aug 2020
Old 10-26-2020 , 08:26   Re: [CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !name
Reply With Quote #1451

Quote:
Originally Posted by SytekBox View Post
Just use the same databases and it will sync between both servers (or any servers that use the same stuff).
i created weapons and gloves table in mysql, then added these in databases.cfg but it didnt sync, can you help me with this? thank you very much!
"weapons"
{
"driver" "default"
"database" "weapons"
"host" "127.0.0.1"
"user" "root"
"pass" ""
"port" "3306"
}
"gloves"
{
"driver" "default"
"database" "gloves"
"host" "127.0.0.1"
"user" "root"
"pass" ""
"port" "3306"
}

Last edited by limitlesspluto; 10-26-2020 at 08:27.
limitlesspluto is offline