ProjectX help

08/12/2011 13:43 soldiar...#1
Hey guys.
im using projectX source but im getting this error in timer32.cs.
error: InvalidoperationException was unhandled by user code. the collection has changed. possible, the inventory operation is not performed

[Only registered and activated users can see links. Click Here To Register...]

Uploaded with [Only registered and activated users can see links. Click Here To Register...]

Little help?
08/12/2011 13:51 BaussHacker#2
Look in the thread, I have said some few times how to fix it or at least hint for it.
08/12/2011 19:09 soldiar...#3
Is it this?
Quote:
Originally Posted by BaussHacker View Post
Above that line put:
Code:
if (GC.MyChar == null) return;
The exception was send, because the character was not yet loaded fully, but still trying to use some things from the character, so it's just a check if the character is nothing and if it is, then it should not continue.