Raised This Month: $32 Target: $400
 8% 

[CS:GO] Weapon Stickers (!stickers)


Post New Thread Reply   
 
Thread Tools Display Modes
8guawong
AlliedModders Donor
Join Date: Dec 2013
Location: BlackMarke7
Old 02-10-2023 , 12:50   Re: [CS:GO] Weapon Stickers (!stickers)
Reply With Quote #351

update for new stickers available?

--- edit ---

nvm ESK0 updated the json
__________________

Last edited by 8guawong; 02-15-2023 at 01:28.
8guawong is offline
rCCn
New Member
Join Date: Feb 2023
Old 02-19-2023 , 03:09   Re: [CS:GO] Weapon Stickers (!stickers)
Reply With Quote #352

I am using dathost hosting. I install all the plugins, the latest version, but csgo_weaponstickers.cfg does not appear for me, I have tried everything already. And I still don't fully understand what I'm doing wrong, can someone help?
rCCn is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 02-19-2023 , 08:26   Re: [CS:GO] Weapon Stickers (!stickers)
Reply With Quote #353

Attached is the complete download of the stickers and all the plugins and extensions necessary for it to work.

To work correctly, completely remove any version of the Stickers & eItems plugin that you have on the server and delete/create a new database.

sm.1.10+.WeaponStickers.v1.3.5.zip
sm.1.11+.WeaponStickers.v1.3.5.zip

For those who need it in future updates, the attached sticker plugin link is this: https://github.com/z1ntex/CSGO_WeaponStickers

It includes a download link for all necessary plugins and extensions as well.
paulo_crash is offline
cspetro
New Member
Join Date: Apr 2023
Old 04-14-2023 , 14:23   Re: [CS:GO] Weapon Stickers (!stickers)
Reply With Quote #354

Quote:
Originally Posted by paulo_crash View Post
Attached is the complete download of the stickers and all the plugins and extensions necessary for it to work.

To work correctly, completely remove any version of the Stickers & eItems plugin that you have on the server and delete/create a new database.

Attachment 199660
Attachment 199661

For those who need it in future updates, the attached sticker plugin link is this: https://github.com/z1ntex/CSGO_WeaponStickers

It includes a download link for all necessary plugins and extensions as well.
I downloaded and installed it to my Dathost server, everything works great except for one thing. Whenever I leave the server and join back, all of the stickers I applied go away, except for the last gun you modified. I went into "csgo_weaponstickers.cfg" and changed "sm_weaponstickers_inactive_days" to 0 so it does not delete any player data, however this did not work. Any help is much appreciated.
cspetro is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 04-14-2023 , 17:39   Re: [CS:GO] Weapon Stickers (!stickers)
Reply With Quote #355

Quote:
Originally Posted by cspetro View Post
I downloaded and installed it to my Dathost server, everything works great except for one thing. Whenever I leave the server and join back, all of the stickers I applied go away, except for the last gun you modified. I went into "csgo_weaponstickers.cfg" and changed "sm_weaponstickers_inactive_days" to 0 so it does not delete any player data, however this did not work. Any help is much appreciated.
Make sure you have correctly configured the database in the database.cfg file.
paulo_crash is offline
cspetro
New Member
Join Date: Apr 2023
Old 04-16-2023 , 23:30   Re: [CS:GO] Weapon Stickers (!stickers)
Reply With Quote #356

Quote:
Originally Posted by paulo_crash View Post
Make sure you have correctly configured the database in the database.cfg file.
Do you know what I have to configure because I am using the plugin you linked. I am using DatHost.

Last edited by cspetro; 04-16-2023 at 23:31.
cspetro is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 04-18-2023 , 18:20   Re: [CS:GO] Weapon Stickers (!stickers)
Reply With Quote #357

Quote:
Originally Posted by cspetro View Post
Do you know what I have to configure because I am using the plugin you linked. I am using DatHost.
Setup database.cfg;

Example SQLite:
Code:
    "csgo_weaponstickers"
    {
        "driver"        "sqlite"
        "database"      "csgo_weaponstickers"
    }
Example MySQL:
Code:
    "csgo_weaponstickers"
    {
        "driver"        "mysql"
        "host"          "localhost"
        "database"      "mydb"
        "user"          "root"
        "pass"          ""
        //"timeout"     "0"
        "port"          "3306"
    }
Choose one of the two examples. If it's MySQL you need a MySQL database obviously.

Last edited by paulo_crash; 04-18-2023 at 18:21.
paulo_crash is offline
asdfxD
Veteran Member
Join Date: Apr 2011
Old 04-20-2023 , 13:43   Re: [CS:GO] Weapon Stickers (!stickers)
Reply With Quote #358

@paulo_crash i downloaded your sm 1.11 zip and uploaded all files to my server, nothing works.

errors:

Quote:
L 04/20/2023 - 19:28:48: SourceMod error session started
L 04/20/2023 - 19:28:48: Info (map "de_dust2") (file "/home/container/csgo/addons/sourcemod/logs/errors_20230420.log")
L 04/20/2023 - 19:28:48: [SM] Exception reported: Failed to create native "eItems_GetWeaponCount", name is probably already in use
L 04/20/2023 - 19:28:48: [SM] Blaming: eitems.smx
L 04/20/2023 - 19:28:48: [SM] Call stack trace:
L 04/20/2023 - 19:28:48: [SM] [0] CreateNative
L 04/20/2023 - 19:28:48: [SM] [1] Line 3, e:\SourceMod\GitHub\eItems\scripting\files\na tives.sp::CreateNatives
L 04/20/2023 - 19:28:48: [SM] [2] Line 34, e:\SourceMod\GitHub\eItems\scripting\eitems.s p::AskPluginLoad2
L 04/20/2023 - 19:28:48: [SM] Failed to load plugin "eitems.smx": unexpected error 23 in AskPluginLoad callback.
L 04/20/2023 - 19:30:09: [SM] Exception reported: Invalid Handle 0 (error: 4)
L 04/20/2023 - 19:30:09: [SM] Blaming: eItems.smx
L 04/20/2023 - 19:30:09: [SM] Call stack trace:
L 04/20/2023 - 19:30:09: [SM] [0] ArrayList.FindValue
L 04/20/2023 - 19:30:09: [SM] [1] Line 2788, files/func.sp::IsStickerInSet
L 04/20/2023 - 19:30:09: [SM] [2] Line 1933, files/natives.sp::Native_IsStickerInSet
L 04/20/2023 - 19:30:09: [SM] [4] eItems_IsStickerInSet
L 04/20/2023 - 19:30:09: [SM] [5] Line 160, C:\Users\artem\OneDrive\Рабочий стол\scripting111\csgo_weaponstickers.sp::Fra me_ItemsSync
L 04/20/2023 - 19:30:10: Error log file session closed.
L 04/20/2023 - 19:30:12: SourceMod error session started
L 04/20/2023 - 19:30:12: Info (map "de_dust2") (file "/home/container/csgo/addons/sourcemod/logs/errors_20230420.log")
L 04/20/2023 - 19:31:37: [SM] Exception reported: Invalid Handle 0 (error: 4)
L 04/20/2023 - 19:31:37: [SM] Blaming: csgo_weaponstickers.smx
L 04/20/2023 - 19:31:37: [SM] Call stack trace:
L 04/20/2023 - 19:31:37: [SM] [0] ArrayList.Length.get
L 04/20/2023 - 19:31:37: [SM] [1] Line 402, quasemago\csgo_weaponstickers\menus.inc::Show WeaponStickersSetMenu
L 04/20/2023 - 19:31:37: [SM] [2] Line 263, quasemago\csgo_weaponstickers\menus.inc::Menu Handler_Menu_StickerSlot
Menu looks like this:



weapon skins / knifes / gloves plugin working fine.

Edit: nvm it works now.

Last edited by asdfxD; 04-20-2023 at 14:01.
asdfxD is offline
pr0stre1
New Member
Join Date: Apr 2023
Old 04-30-2023 , 17:49   Re: [CS:GO] Weapon Stickers (!stickers)
Reply With Quote #359

Quote:
Originally Posted by paulo_crash View Post
Setup database.cfg;

Example SQLite:
Code:
    "csgo_weaponstickers"
    {
        "driver"        "sqlite"
        "database"      "csgo_weaponstickers"
    }
Example MySQL:
Code:
    "csgo_weaponstickers"
    {
        "driver"        "mysql"
        "host"          "localhost"
        "database"      "mydb"
        "user"          "root"
        "pass"          ""
        //"timeout"     "0"
        "port"          "3306"
    }
Choose one of the two examples. If it's MySQL you need a MySQL database obviously.
I have configured database like in your example and all works, but i have same problem, whenever map restarts or something changes on server - stickers not saving, i need to choose it again. it saving only last item
pr0stre1 is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 04-30-2023 , 18:00   Re: [CS:GO] Weapon Stickers (!stickers)
Reply With Quote #360

Quote:
Originally Posted by pr0stre1 View Post
I have configured database like in your example and all works, but i have same problem, whenever map restarts or something changes on server - stickers not saving, i need to choose it again. it saving only last item
Are you using SQLite database?

Many users have been complaining about this bug when using SQLite. In this case, I recommend using MySQL if you can and making an issue on GitHub so that the author can check what happens.
paulo_crash is offline
Reply


Thread Tools
Display Modes

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 20:30.


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