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

[CS:GO] Weapon Stickers (!stickers)


Post New Thread Reply   
 
Thread Tools Display Modes
quasemago
Senior Member
Join Date: Dec 2018
Location: Brazil
Old 09-06-2020 , 17:20   Re: [CS:GO] Weapon Stickers (!stickers)
Reply With Quote #71

Quote:
Originally Posted by andrept4 View Post
Check error logs. Probably "eItems" should not be loading since the author has disabled the API.
Download my fork: https://github.com/quasemago/eItems/releases/latest

Already did, nothing happens :\
Check error logs.
__________________
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-06-2020 at 17:20.
quasemago is offline
freak.exe_uLow
AlliedModders Donor
Join Date: Jul 2012
Location: Germany
Old 09-06-2020 , 19:17   Re: [CS:GO] Weapon Stickers (!stickers)
Reply With Quote #72

@quasemago

is there a possibility after the item check that the map is displayed again by the server? I already tried it with an extension, if the server is empty the map is not displayed on community server



the ext: https://forums.alliedmods.net/showthread.php?t=289234

Edit: Ignore it, there was one command missing and it was: sv_hibernate_when_empty "1" and you dont need the extension

Last edited by freak.exe_uLow; 09-06-2020 at 19:25.
freak.exe_uLow is offline
limitlesspluto
Member
Join Date: Aug 2020
Old 09-06-2020 , 23:58   Re: [CS:GO] Weapon Stickers (!stickers)
Reply With Quote #73

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

Last edited by limitlesspluto; 09-06-2020 at 23:59.
limitlesspluto is offline
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
limitlesspluto
Member
Join Date: Aug 2020
Old 09-07-2020 , 03:13   Re: [CS:GO] Weapon Stickers (!stickers)
Reply With Quote #75

Quote:
Originally Posted by flashing View Post
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
I added and got this
L 09/07/2020 - 14:110: [csgo_weaponstickers.smx] (WeaponStickers) Connection to database failed: [2003]: Can't connect to MySQL server on 'localhost' (10061)
L 09/07/2020 - 14:110: [weapons.smx] SQLite DB connection successful
L 09/07/2020 - 14:110: [weapons.smx] Inactive players' data has been deleted
L 09/07/2020 - 14:115: [csgo_weaponstickers.smx] (WeaponStickers) Reconnecting...
L 09/07/2020 - 14:119: [csgo_weaponstickers.smx] (WeaponStickers) Connection to database failed: [2003]: Can't connect to MySQL server on 'localhost' (10061)
[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.01351 seconds
[eItems] Hibernation returned back to default
Server is hibernating

I think it is working because i havent't open the port yet
And the server still hibernating after i added sv_hibernate_when_empty 0
btw thank you very much

Last edited by limitlesspluto; 09-07-2020 at 03:14.
limitlesspluto is offline
8guawong
AlliedModders Donor
Join Date: Dec 2013
Location: BlackMarke7
Old 09-07-2020 , 03:43   Re: [CS:GO] Weapon Stickers (!stickers)
Reply With Quote #76

Quote:
Originally Posted by quasemago View Post
1 - Enable the cvar and test it yourself, it's easier than explaining. Change sticker while moving.
2 - I tested with the kgns ws and had no problems.
ok thx b/c i was changing stickers while staying still so didn't notice anything unusual
does it only effect the player that is changing stickers or does it affect everyone on the server?

ok thx i'm going to leave sm_weaponstickers_overrideview to 0 since i'm also using kgns ws plugin
__________________
8guawong is offline
limitlesspluto
Member
Join Date: Aug 2020
Old 09-07-2020 , 05:48   Re: [CS:GO] Weapon Stickers (!stickers)
Reply With Quote #77

I have a problem, i cant use the all slot function, i just can apply all of the slot manually.
limitlesspluto is offline
Daniel Alexandru
Member
Join Date: Jul 2020
Old 09-07-2020 , 10:24   Re: [CS:GO] Weapon Stickers (!stickers)
Reply With Quote #78

Are you able to make SQLite support? would be amazing
Daniel Alexandru is offline
erykmarx
New Member
Join Date: Sep 2020
Old 09-07-2020 , 13:30   Re: [CS:GO] Weapon Stickers (!stickers)
Reply With Quote #79

Nao achei o plugin, e estou tentando compilar, mas da o seguinte erro

C:\Users\Eryk\Desktop\serverCSGO\csgosl\serve r\csgo\addons\sourcemod\scripting\include\men us.inc(5) : error 017: undefined symbol "MAX_LENGTH_CLASSNAME"
C:\Users\Eryk\Desktop\serverCSGO\csgosl\serve r\csgo\addons\sourcemod\scripting\include\men us.inc(5) : error 009: invalid array size (negative, zero or out of bounds)
C:\Users\Eryk\Desktop\serverCSGO\csgosl\serve r\csgo\addons\sourcemod\scripting\include\men us.inc(29) : error 017: undefined symbol "eItems_GetActiveWeapon"
C:\Users\Eryk\Desktop\serverCSGO\csgosl\serve r\csgo\addons\sourcemod\scripting\include\men us.inc(29) : warning 215: expression has no effect
C:\Users\Eryk\Desktop\serverCSGO\csgosl\serve r\csgo\addons\sourcemod\scripting\include\men us.inc(29) : error 001: expected token: ";", but found ")"
C:\Users\Eryk\Desktop\serverCSGO\csgosl\serve r\csgo\addons\sourcemod\scripting\include\men us.inc(29) : error 029: invalid expression, assumed zero
C:\Users\Eryk\Desktop\serverCSGO\csgosl\serve r\csgo\addons\sourcemod\scripting\include\men us.inc(29) : fatal error 190: too many error messages on one line

Compilation aborted.
6 Errors.

alguem pode me ajudar
erykmarx is offline
UnknownReaper
Junior Member
Join Date: Jun 2020
Old 09-07-2020 , 13:35   Re: [CS:GO] Weapon Stickers (!stickers)
Reply With Quote #80

First of thank you for sharing it, this is an awesome plugin. I've managed to compile and make it load in my server but I'm having two issues.

The stickers do apply on the guns but as soon as you disconnect from the server they reset and you have to re apply again.
Second problem is the stickers don't load after selecting a particular sticker. You have to buy a new gun to see the stickers.

My current cfg :

sm_weaponstickers_flag ""
sm_weaponstickers_overrideview "1"
sm_weaponstickers_reusetime "5"
sm_weaponstickers_updateviewmodel - "1"

And Yes I did update the database exactly.

Edit: Yes I do use kgns Weapon & Knives + Gloves (If that helps)

Last edited by UnknownReaper; 09-07-2020 at 13:37.
UnknownReaper 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 15:58.


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