View Single Post
flashing
Senior Member
Join Date: Jul 2019
Location: India
Old 09-07-2020 , 02:45   Re: [CS:GO] Weapon Stickers (!stickers)
Reply With Quote #74

Quote:
Originally Posted by limitlesspluto View Post
hello i installed the plugin and got this
L 09/07/2020 - 10:57:42: [csgo_weaponstickers.smx] (WeaponStickers) Connection to database failed: Could not find database config "csgo_weaponstickers"

L 09/07/2020 - 10:57:43: [weapons.smx] SQLite DB connection successful
L 09/07/2020 - 10:57:43: [weapons.smx] Inactive players' data has been deleted
L 09/07/2020 - 10:57:47: [csgo_weaponstickers.smx] (WeaponStickers) Reconnecting...
L 09/07/2020 - 10:57:47: [csgo_weaponstickers.smx] (WeaponStickers) Connection to database failed: Could not find database config "csgo_weaponstickers"
Could not establish connection to Steam servers.
[eItems] Downloading eItems data from API failed! Local backup will be used instead!
[eItems] 878 paints synced successfully!
[eItems] 79 weapons synced successfully!
[eItems] 7 gloves synced successfully!
[eItems] 48 music kits synced successfully!
[eItems] 45 pins synced successfully!
[eItems] 223 coins (in 16 sets) synced successfully!
[eItems] 4286 stickers (in 16 sets) synced successfully!
[eItems] Items synced successfully in 0.01396 seconds
[eItems] Hibernation returned back to default
Server is hibernating
CBaseServer::Shutdown
Connection to Steam servers successful.
Public IP is 118.70.211.225.
Assigned anonymous gameserver Steam ID [A:1233467397:15508].
Gameserver logged on to Steam, assigned identity steamid:90138602133703685
Set SteamNetworkingSockets P2P_STUN_ServerList to '153.254.86.163478' as per SteamNetworkingSocketsSerialized
VAC secure mode is activated.
GC Connection established for server version 1179, instance idx 1

So did i do it right? And how to make the server not hibernating anymore
you need a MySQL database for this plugin
add this in your databases.cfg with your MySQL server credentials
"csgo_weaponstickers"
{
"driver" "mysql"
"host" "localhost"
"database" "mydb"
"user" "root"
"pass" ""
//"timeout" "0"
"port" "3306"
}

also to disable server hibernation add this in your server config
sv_hibernate_when_empty 0
__________________

        Discord: FLASHING#8548
              Steam

Last edited by flashing; 09-07-2020 at 02:49.
flashing is offline