View Single Post
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 09-02-2020 , 10:27   Re: [CS:GO] Weapon Stickers (!stickers)
Reply With Quote #31

Quote:
Originally Posted by valliam View Post
Thank you very much for your sharing.But I encountered some problems.
1)I'm not able to change all slots using the tab "all slot". So if I want to change four slots, I have to type "!stickers" to chat four times.
2)If I reconnect the server, all the stickers I selected before will disappear.
Finally, thank you again for sharing.(forgive my poor English )
About your first report, I had no problems, all options would work for me, even the "all slot" option.

About the second problem, make sure you have correctly configured the database that the plugin asks for.
Code:
    "csgo_weaponstickers"
    {
        "driver"            "mysql"
        "host"                "localhost"
        "database"            "mydb"
        "user"                "root"
        "pass"                ""
        //"timeout"            "0"
        "port"                "3306"
    }
Also post here your error log and the console, if it is something in the plugin it is easier to help.
paulo_crash is offline