Annoying Unknown Error

10/11/2011 21:23 killersub#16
Quote:
Originally Posted by BaussHacker View Post
Might be Loc or Map that's empty.

Could be MyClient as well.
this is MyClient

Code:
public Main.GameClient MyClient;
this is Map (in the parameters of the Teleport void)

Code:
ushort Map
10/11/2011 21:51 BaussHacker#17
Make sure MyClient is set before it's used.
10/11/2011 22:00 killersub#18
Quote:
Originally Posted by BaussHacker View Post
Make sure MyClient is set before it's used.
what do you mean?

It's already set, plus I have not even touched the source(only when you told me to replace a few things).
12/24/2011 13:26 alex4war#19
Quote:
Originally Posted by killersub View Post
smart fix, but still there is an error.



Error line (Character.cs) "TELEPORT VOID"

Code:
MyClient.AddSend(Packets.GeneralData(EntityID, Map, X, Y, 86));
Im Getting the same after created a char, how to fix?
12/25/2011 23:14 Spirited#20
Stop coding.
Both of you.

If you don't know what "null" means or what "assigning a variable" means, then start at Hello World. :facepalm: People like you shouldn't be trying to debug a source that they don't understand in the slightest. Build upon what you know or else you're going to start burning your own bridges.
03/30/2013 22:55 $-Tiger-$#21
MyClient.AddSend(Packets.GeneralData(EntityID, Map, X, Y, 86)); <<<did you find solution killersub :D
04/18/2013 14:57 $-Tiger-$#22
is there any respond guys :D
04/20/2013 01:59 $-Tiger-$#23
Is there any body could help me please