View Single Post
Chief149
Member
Join Date: Sep 2010
Old 08-26-2016 , 21:03   Re: Dynamic Objects and Properties - v.0.0.16 - [2016.07.14]
Reply With Quote #109

I suspected that there may have been updates to your plugin, so I downloaded the latest version. This didn't fix the problem.

The constructor initializes every single member. Even if it doesn't, I know for certain that I initialized the one class member that is shown in my post.

How long does it take for your plugin to initialize a dynamic object once the constructor is called? Because in this case that object was a client object. BClient is created when a player joins the game. This error occurred a couple minutes later.

How does the efficiency compare between the new methodmap structure and the old one? I have thousands of lines worth of classes coded with the older methodmap structure.

What I find really odd is that other members do work, but some also don't work. I have checked many times to make sure I didn't misspell the member name in the constructor or property.

Last edited by Chief149; 08-26-2016 at 21:05.
Chief149 is offline