Alright sorry for my massive posting but I have been testing out different sources amd understand how they are coded, a little better. I just need this one to figure out InGame how everything works but ofc I get errors.
I get an error on the 'public static void Load(GameClient GC)'
Here's the line of the error:
This is the error:
This is the first ProjectX source originally released here, that I'm currently using btw.
EDIT:
Now at times it wont give me any error now the client closes halfway loading without any error.
I get an error on the 'public static void Load(GameClient GC)'
Here's the line of the error:
Code:
if (DateTime.Now > GC.MyChar.canload.AddSeconds(3) && GC.MyChar.cannload == false)
Code:
Object reference not set to an instance of an object
EDIT:
Now at times it wont give me any error now the client closes halfway loading without any error.