I recently installed Gmod.
I constantly get an error message: "Something is creating Script error".
In the console window, I have this:
[ERROR] lua/autorun/cl_falleffect.lua:15: attempt to call global 'Sound' (a string value)
1. fn - lua/autorun/cl_falleffect.lua:15
2. unknown - lua/ulib/shared/hook.lua:109
File exists in two addons - possible conflicts! lua/ulib/shared/hook.lua (ULib and Climb SWEP 2)
What could be the problem?
Knowing that I know nothing about it, thank you for guiding me as well as possible.
Sorry for ma bad english (thanks Google translator!)
P.J.
One of your addons is doing:
[code]Sound = "some_string"[/code]
Make it a local.
Thank you for your answer.
How do I do it exactly?
Use a text editor's Find in Files to look through all Lua files for "Sound =" or "Sound=". Alternatively, you could remove addons until the error disappears to narrow down which one is causing it.
Ok, I'v deleted some addon and it's OK.
Thanks.
Sorry, you need to Log In to post a reply to this thread.