forums/development/540/1
> This issue might sound silly as hell but I just can't seem to figure it out. My addon use alot of "self:Print" functions, but one of them don't seem to work .. It's the part where I register the...
View Articleforums/development/540/10
I managed to get it to work! function rosterupdate() Semper_RD_Addon:Print("Guild Roster Updated") end thanks y'all
View Articleforums/development/540/2
Thanks for the response. It still seems to get the same error, this is just weird as hell..
View Articleforums/development/540/4
The LUA error 'Attempt to index global 'self' (a nil value)' and the line 24 matches the function I wrote above, so that's the one.
View Articleforums/development/540/5
It's impossible to tell without the code, but the error messages are always right. You're using 'self' in a context where that variable is not set.
View Articleforums/development/540/6
Is there any chance I can get your email and send the code there as I don't fancy code sharing on the web since there are these lovely thingies, called search engines :) Would be greatly appreciated.
View Articleforums/development/540/7
Umm.. I'm not sure why a search engine is a problem? Isn't this forum for us to learn, write, and fix code? I'd prefer to provide any help I can here, since there are other members of the forums that...
View Articleforums/development/540/8
> Is there any chance I can get your email and send the code there as I don't fancy code sharing on the web since there are these lovely thingies, called search engines :) Would be greatly...
View Articleforums/development/540/9
I assume the Print function is defined as something like function MyAddon:Print(text) print(text) end and you can use that full name to call it, like this: local function rosterupdate()...
View Article