Иконки (библиотека)

Mico

Активный
Автор темы
246
46
Версия MoonLoader
.026-beta
Я заменил библиотеку с иконками, т.к до у меня была 4.7, я в скрипт прописал 5 версию (переименовал библиотеку, ну т.к прошлая такая же не работала) и прописал в скрипте:

local fa = require 'FIcon'

Все как обычно, но после того как я его сохраняю, захожу в игру, скрипт крашится (оффается).
Ошибка: как я понимаю связанна с ID-aми иконок, хотя иконки все такие-же...
Код:
[16:40:01.166992] (error)    ATools: C:\Games\GTA San Andreas\moonloader\lib\FIcon.lua:965: stack overflow
stack traceback:
    C:\Games\GTA San Andreas\moonloader\lib\FIcon.lua:965: in function '__index'
    C:\Games\GTA San Andreas\moonloader\lib\FIcon.lua:973: in function '__index'
    C:\Games\GTA San Andreas\moonloader\lib\FIcon.lua:973: in function '__index'
    C:\Games\GTA San Andreas\moonloader\lib\FIcon.lua:973: in function '__index'
    C:\Games\GTA San Andreas\moonloader\lib\FIcon.lua:973: in function '__index'
    C:\Games\GTA San Andreas\moonloader\lib\FIcon.lua:973: in function '__index'
    C:\Games\GTA San Andreas\moonloader\lib\FIcon.lua:973: in function '__index'
    C:\Games\GTA San Andreas\moonloader\lib\FIcon.lua:973: in function '__index'
    C:\Games\GTA San Andreas\moonloader\lib\FIcon.lua:973: in function '__index'
    C:\Games\GTA San Andreas\moonloader\lib\FIcon.lua:973: in function '__index'
    ...
    C:\Games\GTA San Andreas\moonloader\lib\FIcon.lua:973: in function '__index'
    C:\Games\GTA San Andreas\moonloader\lib\FIcon.lua:973: in function '__index'
    C:\Games\GTA San Andreas\moonloader\lib\FIcon.lua:973: in function '__index'
    C:\Games\GTA San Andreas\moonloader\lib\FIcon.lua:973: in function '__index'
    C:\Games\GTA San Andreas\moonloader\lib\FIcon.lua:973: in function '__index'
    C:\Games\GTA San Andreas\moonloader\lib\FIcon.lua:973: in function '__index'
    C:\Games\GTA San Andreas\moonloader\lib\FIcon.lua:973: in function '__index'
    C:\Games\GTA San Andreas\moonloader\lib\FIcon.lua:973: in function '__index'
    C:\Games\GTA San Andreas\moonloader\lib\FIcon.lua:973: in function '__index'
    C:\Games\GTA San Andreas\moonloader\at.lua:884: in function 'OnDrawFrame'
    C:\Games\GTA San Andreas\moonloader\lib\imgui.lua:1378: in function <C:\Games\GTA San Andreas\moonloader\lib\imgui.lua:1367>
[16:40:01.167968] (error) ATools: Script died due to an error. (0EF39BE4)