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
Im getting this error
[ERROR] gamemodes/medievalrp/plugins/_oldplugins-fix/sh_plugin.lua:147: attempt to call method 'getChar' (a nil value)
I have try change line 147 into if var == "id" then return self:getID() end and it works barely
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Im getting this error
[ERROR] gamemodes/medievalrp/plugins/_oldplugins-fix/sh_plugin.lua:147: attempt to call method 'getChar' (a nil value)
3. func - gamemodes/nutscript/gamemode/core/libs/thirdparty/sh_netstream2.lua:117
4. unknown - lua/includes/extensions/net.lua:32
I have try change line 147 into
if var == "id" then return self:getID() end
and it works barely
The text was updated successfully, but these errors were encountered: