Got problems over naming function "PlaySound"
Posted: Wed Feb 14, 2018 2:46 am
Hello
I'm trying to upgrade my server to last version of POL099 (awesome work guys, really!) and I got a problem over a script.
While trying to compile, it gave me this error:
After alot of analysis over my code I found my bug:
I had a function called "PlaySound" and, somehow, it seem to collide with module uo.em function "PlaySoundEffect" or "SendOverallSeason" (this last one has a parameters that is called *playsound*).
I don't know if this should be a normal behavior for ecompile, but I don't think so...
Thanks again for your work!
I'm trying to upgrade my server to last version of POL099 (awesome work guys, really!) and I got a problem over a script.
While trying to compile, it gave me this error:
Code: Select all
Error reading function declaration in module uoI had a function called "PlaySound" and, somehow, it seem to collide with module uo.em function "PlaySoundEffect" or "SendOverallSeason" (this last one has a parameters that is called *playsound*).
I don't know if this should be a normal behavior for ecompile, but I don't think so...
Thanks again for your work!