It looks like you are using MySQL database, you would have to check with your web hosting that you don't have any blocks for your game servers and the web hosting server.
Attach your server's latest error log here, let's see if it shows anything there.
Also paste here the configuration of the stickers plugin you are using and its configuration in the database.cfg as well.
About eItems versions use this one which is latest: https://github.com/ESK0/eItems/archive/refs/heads/main.zip
Sticker plugin looks like you have the latest version, in any case follow the link if you need it: https://github.com/z1ntex/CSGO_WeaponStickers/archive/refs/heads/master.zip
About the other extensions you need, the most recent ones I'm attaching here, in case you just need to send them to your server.
MySQL server is on dedicated server, full IP permitted, my game hoster also has on Pterodactyl subsection called "Databases" and it worked until that restart... So I have switched 2 servers, 2 databases...
eItems has been switched to latest version now, updating from GitHub (LocalFiles false in eItems.json)
Which versions are in that zip? I have PTaH 1.1.3-build20 already
Is there a possibility to edit plugin that only needs PTaH like kgns plugins?
EDIT 2: Tried to recompile Stefani's plugin with menu fix, no results. Tried to run with 0.20.2 version of eItems without SM 1.11 fixes (as I don't have SM 1.11, got 1.10.0.6528), same result...
This morning I've tried also to change database again, it creates tables but no choices for players are shown..
@z1ntex do you have any suggestion for this issue? As I can see here, I'm not the only one here who has it... items_en.json is up to date from ESK0's github.
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" "0"
}
"storage-local"
{
"driver" "sqlite"
"database" "sourcemod-local"
}
"clientprefs"
{
"driver" "sqlite"
"host" "localhost"
"database" "clientprefs-sqlite"
"user" "root"
"pass" ""
//"timeout" "0"
//"port" "0"
}
"csgo_weaponstickers"
{
"driver" "mysql"
"host" "45.131.xx.xx"
"database" "stickers"
"user" "stickers"
"pass" "xxxxxxx"
//"timeout" "0"
"port" "3306"
}
"materialadmin"
{
"driver" "mysql"
"host" "45.131.xx.xx"
"database" "bans"
"user" "bans"
"pass" "xxxxxx"
"port" "3306"
}
}
Последнее редактирование: