Hello, just tried to Read all players, I tried to add a own Function but it Always throw a NullpointerException could some one help me?
I use the Modul from this site [Removed from author]
No external links.
Also A nullpointer error happens when you don't create an object for the class first.
Code:
MemoryModule memMod = new MemoryModule();
Originally Posted by Kenshin13
No external links.
Also A nullpointer error happens when you don't create an object for the class first.
Code:
MemoryModule memMod = new MemoryModule();
Usually, Visual Studio won't even let your code be compiled if he need to create an instance of the object, so I believe that's not the problem. Just debug your code.. you're not setting a value appropriately... You should be able to see it if you coded it.