Raised This Month: $51 Target: $400
 12% 

Store plugin


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
MeGhoul
Junior Member
Join Date: May 2023
Old 06-12-2023 , 17:10   Store plugin
Reply With Quote #1

[Store] Please wait. Your inventory hasn't been fetched yet.

Failed to connect to SQL database. Error: Couldn't find database config "csgo"



plz help
my rank plugin with sql is working
idk what to do with store sql
MeGhoul is offline
MeGhoul
Junior Member
Join Date: May 2023
Old 06-12-2023 , 17:12   Re: Store plugin
Reply With Quote #2

my database.cfg

"Databases"
{
"driver_default" "mysql"

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

"default"
{
"driver" "mysql"
"host" "xxxxxxxxxx.xyz"
"database" "xxxxawp"
"user" "xxxx"
"pass" "xxxxxx"
//"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"
}
"levels_ranks"
{
"driver" "mysql"
"host" "xxxxxxxxxx.xyz"
"database" "xxxxawp"
"user" "xxxx"
"pass" "xxxxxx"
//"timeout" "0"
//"port" "0"

}

"store"
{
"driver" "mysql"
"host" "xxxxxxxxxx.xyz"
"database" "xxxxawp"
"user" "xxxx"
"pass" "xxxxxx"
//"timeout" "0"
//"port" "0"

}
}
MeGhoul is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 15:31.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode