Quantcast
Channel: Recent Additions to 'Attempt to index global 'self' (a nil value) WTF?'
Browsing latest articles
Browse All 10 View Live

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 Article


forums/development/540/10

I managed to get it to work! function rosterupdate() Semper_RD_Addon:Print("Guild Roster Updated") end thanks y'all

View Article


forums/development/540/2

Thanks for the response. It still seems to get the same error, this is just weird as hell..

View Article

forums/development/540/3

What error.

View Article

forums/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 Article


forums/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 Article

forums/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 Article

forums/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 Article


forums/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 Article


forums/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
Browsing latest articles
Browse All 10 View Live