We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, I think you can change the icon for disconnected players ligne 36 icon16/disconnect.png
and check if the "owner" is not null before any other search (perma props addon) remove line 99 to do the if owner == nil then data.icon = nil first
if owner == nil then data.icon = nil
error: [fpp-entity-infobox-master] addons/fpp-entity-infobox-master/lua/autorun/client/entity_infobox.lua:99: bad argument #1 to 'sub' (string expected, got nil) 1. sub - [C]:-1 2. updateDataStatic - addons/fpp-entity-infobox-master/lua/autorun/client/entity_infobox.lua:99 3. fn - addons/fpp-entity-infobox-master/lua/autorun/client/entity_infobox.lua:147 4. unknown - addons/ulib/lua/ulib/shared/hook.lua:109
[fpp-entity-infobox-master] addons/fpp-entity-infobox-master/lua/autorun/client/entity_infobox.lua:99: bad argument #1 to 'sub' (string expected, got nil) 1. sub - [C]:-1 2. updateDataStatic - addons/fpp-entity-infobox-master/lua/autorun/client/entity_infobox.lua:99 3. fn - addons/fpp-entity-infobox-master/lua/autorun/client/entity_infobox.lua:147 4. unknown - addons/ulib/lua/ulib/shared/hook.lua:109
and the information does not change directly, we have to look at the object again
and the "tool gun" still says blocked have a good day
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello, I think you can change the icon for disconnected players
ligne 36
icon16/disconnect.png
and
check if the "owner" is not null before any other search (perma props addon)
remove line 99 to do the
if owner == nil then data.icon = nil
firsterror:
[fpp-entity-infobox-master] addons/fpp-entity-infobox-master/lua/autorun/client/entity_infobox.lua:99: bad argument #1 to 'sub' (string expected, got nil) 1. sub - [C]:-1 2. updateDataStatic - addons/fpp-entity-infobox-master/lua/autorun/client/entity_infobox.lua:99 3. fn - addons/fpp-entity-infobox-master/lua/autorun/client/entity_infobox.lua:147 4. unknown - addons/ulib/lua/ulib/shared/hook.lua:109
and
the information does not change directly, we have to look at the object again
and the "tool gun" still says blocked
have a good day
The text was updated successfully, but these errors were encountered: