Weapon Stickers

Weapon Stickers 1.3.5

z1ntex

Авторитет
Сообщения
551
Реакции
334
Дык это получается, если откатится, то наклейки не все будут? Правильно понимаю?
С версии 1.3 подключен новый eitems.Там проблема с анализатором,что некоторые в перемешку и какой-то видимо отсутствует.Емли откатить на старую,то не будет новых наклеек.Только те которые были добавлены ранее,но ошибки не будет.
Сообщения автоматически склеены:

Кто может проверьте есть ли эта наклейка
health (holo)
 
Последнее редактирование:

Stefany

Участник
Сообщения
19
Реакции
10
Подозреваю, что у него такая же.
C-подобный:
L 12/01/2021 - 11:37:31: SourceMod error session started
L 12/01/2021 - 11:37:31: Info (map "de_mirage") (file "/home/container/csgo/addons/sourcemod/logs/errors_20211201.log")
L 12/01/2021 - 11:37:31: [SM] Exception reported: Array index out-of-bounds (index -1, limit 6000)
L 12/01/2021 - 11:37:31: [SM] Blaming: csgo_weaponstickers.smx
L 12/01/2021 - 11:37:31: [SM] Call stack trace:
L 12/01/2021 - 11:37:31: [SM]   [1] Line 66, quasemago/csgo_weaponstickers/menus.inc::ShowWeaponStickersMenu
L 12/01/2021 - 11:37:31: [SM]   [2] Line 37, quasemago/csgo_weaponstickers/commands.inc::Command_Stickers
L 12/01/2021 - 11:53:19: Error log file session closed.
I made an UNOFFICIAL solution for ONLY this specific case of upgrading to a new version.

if you want to test, feel free:

the "solution" is basic, I created an else and created a default name for a non-existing item.

Install:
- Download file
- addons\sourcemod\scripting\quasemago\csgo_weaponstickers
- Compile
 

Вложения

  • menus.inc
    17.8 КБ · Просмотры: 20

z1ntex

Авторитет
Сообщения
551
Реакции
334
I made an UNOFFICIAL solution for ONLY this specific case of upgrading to a new version.

if you want to test, feel free:

the "solution" is basic, I created an else and created a default name for a non-existing item.

Install:
- Download file
- addons\sourcemod\scripting\quasemago\csgo_weaponstickers
- Compile
If you reset the database, the error will disappear, or your way around the database tear down. dub dub
 

Stefany

Участник
Сообщения
19
Реакции
10
If you reset the database, the error will disappear, or your way around the database tear down. dub dub
Remains in the database, but the menu will open with the sticker having a text "Non Sticker" then the person can change

To clean the database, I created a LOG where it will save all the bug stickers for me

Making automatic delete is too risky for now, it can delete other unwanted things

Print: Sticker health (holo)
 

Вложения

  • Screenshot_3.png
    Screenshot_3.png
    67.6 КБ · Просмотры: 39

z1ntex

Авторитет
Сообщения
551
Реакции
334
Remains in the database, but the menu will open with the sticker having a text "Non Sticker" then the person can change

To clean the database, I created a LOG where it will save all the bug stickers for me

Making automatic delete is too risky for now, it can delete other unwanted things

Print: Sticker health (holo)
Hmm. Good work. I wish the problem with the parser for eItems would be solved soon. dub dub
Сообщения автоматически склеены:

Remains in the database, but the menu will open with the sticker having a text "Non Sticker" then the person can change

To clean the database, I created a LOG where it will save all the bug stickers for me

Making automatic delete is too risky for now, it can delete other unwanted things

Print: Sticker health (holo)
By the way as an option.Will it work or not you can manually try to add this sticker in the files addons/sourcemod/data/ . dub dub
Сообщения автоматически склеены:

Remains in the database, but the menu will open with the sticker having a text "Non Sticker" then the person can change

To clean the database, I created a LOG where it will save all the bug stickers for me

Making automatic delete is too risky for now, it can delete other unwanted things

Print: Sticker health (holo)
Test. Only check addons/sourcemod/configs/eItems.json "en"
 

Вложения

  • items_en.json
    897.8 КБ · Просмотры: 14
Последнее редактирование:

Stefany

Участник
Сообщения
19
Реакции
10
Hmm. Good work. I wish the problem with the parser for eItems would be solved soon. dub dub
Сообщения автоматически склеены:


By the way as an option.Will it work or not you can manually try to add this sticker in the files addons/sourcemod/data/ . dub dub
Сообщения автоматически склеены:


Test. Only check addons/sourcemod/configs/eItems.json "en"

C-подобный:
       {
          "def_index":4595,
          "item_name":"Health (Holo)",
          "tournamentEventId":0
       },

The problem the other person and I had is a problem specific to large databases and doesn't want to restart.

The health (Holo) is one of the possible bug stickers and there is no way to find the others

This solution I made was the best for my situation, your solution works very well, but I would have to redo it every time I update eItems, it goes from person to person to choose the best option

My idea is to collect all the "bug" stickers and delete them in the database until it's definitely clean, after that I'll be able to remove this solution I created

é difícil de explicar, meu inglês é péssimo peço desculpas

addition:
It's not a bug that eitems authors need to worry about.
 

z1ntex

Авторитет
Сообщения
551
Реакции
334
C-подобный:
       {
          "def_index":4595,
          "item_name":"Health (Holo)",
          "tournamentEventId":0
       },

The problem the other person and I had is a problem specific to large databases and doesn't want to restart.

The health (Holo) is one of the possible bug stickers and there is no way to find the others

This solution I made was the best for my situation, your solution works very well, but I would have to redo it every time I update eItems, it goes from person to person to choose the best option

My idea is to collect all the "bug" stickers and delete them in the database until it's definitely clean, after that I'll be able to remove this solution I created

é difícil de explicar, meu inglês é péssimo peço desculpas

addition:
It's not a bug that eitems authors need to worry about.
I wonder if I made these changes myself.But the eItems itself is updated automatically.I don't know if this data is erased after the update
 

simoff

Участник
Сообщения
3
Реакции
1
Добрый день, переключил значение: UseLocal": true,
В списке выбора стикеров нет стикеров.
Ошибок в консоли нет.
Есть варианты, что не так ?
 

Вложения

  • st.png
    st.png
    688.5 КБ · Просмотры: 39

crashzk

Участник
Сообщения
179
Реакции
33
Добрый день, переключил значение: UseLocal": true,
В списке выбора стикеров нет стикеров.
Ошибок в консоли нет.
Есть варианты, что не так ?
Stickers plugin version, eItems version? Type sm plugins list in your server console, paste the result here.

Is your server running on Linux or Windows? You only need to change UseLocal": true, if you are running the server on Windows.
 

simoff

Участник
Сообщения
3
Реакции
1
Stickers plugin version, eItems version? Type sm plugins list in your server console, paste the result here.

Is your server running on Linux or Windows? You only need to change UseLocal": true, if you are running the server on Windows.
Hello, server is full clear with last eltems
Not working only with VIP Weapons Stickers
if i set default plagin without Vip module then everything is fine.
Very strange ))
And yep server on windows ))
1638457116892.png
 

Вложения

  • st2.png
    st2.png
    588.2 КБ · Просмотры: 29
Последнее редактирование:

Stefany

Участник
Сообщения
19
Реакции
10

KeyBodY-

Участник
Сообщения
62
Реакции
5
Это пишет мне в консоле - <Failed "[CS:GO] Weapon Stickers" (1.3.1) by quasemago and z1ntex - Errors:
csgo_weaponstickers.smx ([CS:GO] Weapon Stickers): unexpected error 23 in AskPluginLoad callback
Помоги пожалуйста решить проблему как нибудь.
Стикеры работают все нормально только у вип ну всё равно ошибка
 
Последнее редактирование:

google>

oldgamers
Сообщения
373
Реакции
210
Vip_csgo_weaponstickers.smx ([VIP] Weapon Stickers): Native not found: eItems_GetWeaponNumByDefIndex
eitems.smx (eItems): Error detected in plugin startup (see error logs)
csgo_weaponstickers.smx ([CS:GO] Weapon Stickers): unexpected error 23 in AskPluginLoad callback
Помогите решить проблему сделал все как было сказано но выбивает еррор
Нужно вызывать мастера и переустанавливать компьютерный препарат или заменить сидиром.

eitems.smx (eItems): Error detected in plugin startup на это не обращай внимания, главное у тебя VIP есть, бизнесмены б###
 

tokyos0mple

Участник
Сообщения
1
Реакции
0
Как фиксить? Наклейки наклеены ранее остались на оружие, а новые наклеить не могу тк сетов нету в списках (кроме берлина 2019), всё это через день после установки старого eltems для фикса ошибки "Этo oружᴎe нe пoдхoдᴎт для нaклeeк."


1638552867385.png
 

ShrekPoj

Участник
Сообщения
4
Реакции
0
Наклейки не сохраняются, прочитал всю ветку, но errors у меня пустой, дата база настроена правильно, в чем может быть проблема?
 
Сверху Снизу