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

[CS:GO] Weapon Stickers (!stickers)


Post New Thread Reply   
 
Thread Tools Display Modes
raj kaul
Senior Member
Join Date: Mar 2018
Location: www.lotgaming.xyz
Old 09-14-2020 , 01:11   Re: [CS:GO] Weapon Stickers (!stickers)
Reply With Quote #111

Quote:
Originally Posted by jpcrivelini View Post
everytime i change the sticker i have to buy again the weapon to show the sticker, how i fix this 2 problems ?
Try these settings
sm_weaponstickers_overrideview "0"
sm_weaponstickers_updateviewmodel "1"
__________________
raj kaul is offline
Daniel Alexandru
Member
Join Date: Jul 2020
Old 09-14-2020 , 09:11   Re: [CS:GO] Weapon Stickers (!stickers)
Reply With Quote #112

Quote:
Originally Posted by raj kaul View Post
Try these settings
sm_weaponstickers_overrideview "0"
sm_weaponstickers_updateviewmodel "1"
That doesn't work,it's something from the plugin or a requirement of the plugin that doesn't work properly.
Daniel Alexandru is offline
HelloBaBeS
Junior Member
Join Date: Dec 2018
Old 09-14-2020 , 11:20   Re: [CS:GO] Weapon Stickers (!stickers)
Reply With Quote #113

------------------------------mjjç

Last edited by HelloBaBeS; 03-04-2021 at 18:26.
HelloBaBeS is offline
Bootyman
New Member
Join Date: Sep 2020
Old 09-14-2020 , 12:33   Re: [CS:GO] Weapon Stickers (!stickers)
Reply With Quote #114

Yea I get the same thing and everything is installed correctly.

"[Weapon Stickers] This weapon is not valid for customizing stickers."

[SM] Exception reported: Invalid JSON in line 1, column 16182: string or '}' expected near end of file
[SM] Blaming: eItems.smx
[SM] Call stack trace:
[SM] [0] HTTPResponse.Data.get
[SM] [1] Line 27, files/parse.sp:raseItemsDownloaded

Last edited by Bootyman; 09-14-2020 at 12:37.
Bootyman is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 09-14-2020 , 13:03   Re: [CS:GO] Weapon Stickers (!stickers)
Reply With Quote #115

Quote:
Originally Posted by jpcrivelini View Post
Anyone can help me ? after install, stickers is not saving because i dont have datebase myslq, and everytime i change the sticker i have to buy again the weapon to show the sticker, how i fix this 2 problems ?
If you don't have a MySQL database, you can't save it, correct, configure MySQL data and data.
paulo_crash is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 09-14-2020 , 13:06   Re: [CS:GO] Weapon Stickers (!stickers)
Reply With Quote #116

Quote:
Originally Posted by Bootyman View Post
Yea I get the same thing and everything is installed correctly.

"[Weapon Stickers] This weapon is not valid for customizing stickers."

[SM] Exception reported: Invalid JSON in line 1, column 16182: string or '}' expected near end of file
[SM] Blaming: eItems.smx
[SM] Call stack trace:
[SM] [0] HTTPResponse.Data.get
[SM] [1] Line 27, files/parse.sp:raseItemsDownloaded
Quote:
Originally Posted by paulo_crash View Post
To install is simple, just follow the main topic to the letter.

Dependencies:
[CS: GO] eItems API needs sm-ripext to work too: https://github.com/ErikMinekus/sm-ri...ases/tag/1.2.1

Also remember, you need a MySQL database, without them the stickers will not be saved.
Code:
    "csgo_weaponstickers"
    {
        "driver"            "mysql"
        "host"                "localhost"
        "database"            "mydb"
        "user"                "root"
        "pass"                ""
        //"timeout"            "0"
        "port"                "3306"
    }
paulo_crash is offline
quasemago
Senior Member
Join Date: Dec 2018
Location: Brazil
Old 09-14-2020 , 16:56   Re: [CS:GO] Weapon Stickers (!stickers)
Reply With Quote #117

Quote:
Originally Posted by HelloBaBeS View Post
O plugin estava a funcionar corretamente comigo. Mas agora sempre que tento mudar de sticker aparece a mensagem "This weapon is not valid for customizing stickers."
Check error logs and install all dependencies.

Quote:
Originally Posted by Bootyman View Post
Yea I get the same thing and everything is installed correctly.

"[Weapon Stickers] This weapon is not valid for customizing stickers."

[SM] Exception reported: Invalid JSON in line 1, column 16182: string or '}' expected near end of file
[SM] Blaming: eItems.smx
[SM] Call stack trace:
[SM] [0] HTTPResponse.Data.get
[SM] [1] Line 27, files/parse.sp:raseItemsDownloaded
eItems was not installed correctly, please install again:
- eItems: https://github.com/quasemago/eItems/releases/latest
- REST in Pawn: https://github.com/ErikMinekus/sm-ri...eleases/latest

Quote:
Originally Posted by Daniel Alexandru View Post
That doesn't work,it's something from the plugin or a requirement of the plugin that doesn't work properly.
Setup mysql database and check error logs.
__________________
I accept requests for plugins and configuration of servers.


If you liked my work, consider making a donation via PayPal.
quasemago is offline
quasemago
Senior Member
Join Date: Dec 2018
Location: Brazil
Old 09-14-2020 , 16:57   Re: [CS:GO] Weapon Stickers (!stickers)
Reply With Quote #118

Dependency links have been updated:
__________________
I accept requests for plugins and configuration of servers.


If you liked my work, consider making a donation via PayPal.
quasemago is offline
lugaa
Senior Member
Join Date: Dec 2018
Old 09-14-2020 , 22:01   Re: [CS:GO] Weapon Stickers (!stickers)
Reply With Quote #119

L 09/15/2020 - 09:58:03: [SM] Exception reported: Method "CEconItem::GetItemDefinition" was not loaded right.
L 09/15/2020 - 09:58:03: [SM] Blaming: csgo_weaponstickers.smx
L 09/15/2020 - 09:58:03: [SM] Call stack trace:
L 09/15/2020 - 09:58:03: [SM] [0] SetFailState
L 09/15/2020 - 09:58:03: [SM] [1] Line 318, csgo_weaponstickers.sp::LoadSDK
L 09/15/2020 - 09:58:03: [SM] [2] Line 84, csgo_weaponstickers.sp::OnPluginStart
L 09/15/2020 - 09:58:03: [SM] Unable to load plugin "csgo_weaponstickers.smx": Error detected in plugin startup (see error logs)
[SM] The plugin list has been refreshed and reloaded.
lugaa is offline
quasemago
Senior Member
Join Date: Dec 2018
Location: Brazil
Old 09-15-2020 , 01:58   Re: [CS:GO] Weapon Stickers (!stickers)
Reply With Quote #120

Quote:
Originally Posted by lugaa View Post
L 09/15/2020 - 09:58:03: [SM] Exception reported: Method "CEconItem::GetItemDefinition" was not loaded right.
L 09/15/2020 - 09:58:03: [SM] Blaming: csgo_weaponstickers.smx
L 09/15/2020 - 09:58:03: [SM] Call stack trace:
L 09/15/2020 - 09:58:03: [SM] [0] SetFailState
L 09/15/2020 - 09:58:03: [SM] [1] Line 318, csgo_weaponstickers.sp::LoadSDK
L 09/15/2020 - 09:58:03: [SM] [2] Line 84, csgo_weaponstickers.sp::OnPluginStart
L 09/15/2020 - 09:58:03: [SM] Unable to load plugin "csgo_weaponstickers.smx": Error detected in plugin startup (see error logs)
[SM] The plugin list has been refreshed and reloaded.
Linux? working fine here (windows server).
__________________
I accept requests for plugins and configuration of servers.


If you liked my work, consider making a donation via PayPal.

Last edited by quasemago; 09-15-2020 at 02:02.
quasemago 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 13:21.


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