help me source 5517 plz :(

10/01/2011 03:16 rko42#1
[Only registered and activated users can see links. Click Here To Register...]

hello need help with that mistake a person who knows how
repair it if you could tell me how to fix it
I will appreciate endlessly only error is that I
Please ask him to give me help with that

58 errors and error screen time GameState.cs 842 help me plz :(
10/01/2011 14:38 BaussHacker#2
What is line 842 and line 58?

I know what error is, but I need those line to tell what to change. :)
10/01/2011 15:06 rko42#3
if you realize I have a picture with the error console look and see the error screen time
10/01/2011 15:08 HerpDerpNigga#4
I have this error too, it gives me it sometimes when I log in...

Line 842 in GameState.cs is:
Code:
public string WarehousePW, TempPassword;
Line 58 in Screen.cs is:
The red code is line 58.
Code:
[COLOR="Red"]if (Owner.Map.FreezeMonsters)[/COLOR]
                        return;
                    for (int c = 0; c < Objects.Count; c++)
10/01/2011 15:10 F i n c h i#5
You guys might have to remove a return; or break;.
Note: If you don't remove the right return; / break; the monsters might freeze.
10/01/2011 15:33 BaussHacker#6
Quote:
Originally Posted by HerpDerpNigga View Post
I have this error too, it gives me it sometimes when I log in...

Line 842 in GameState.cs is:
Code:
public string WarehousePW, TempPassword;
Line 58 in Screen.cs is:
The red code is line 58.
Code:
[COLOR="Red"]if (Owner.Map.FreezeMonsters)[/COLOR]
                        return;
                    for (int c = 0; c < Objects.Count; c++)
Code:
if (Owner == null)
return;

if (Owner.Map == null)
return;
10/01/2011 15:57 HerpDerpNigga#7
Quote:
Originally Posted by BaussHacker View Post
Code:
if (Owner == null)
return;

if (Owner.Map == null)
return;
Should I replace the red code with yours?
10/01/2011 16:03 BaussHacker#8
Quote:
Originally Posted by HerpDerpNigga View Post
Should I replace the red code with yours?
Put it above.
10/01/2011 16:18 †Pôwèrfull†#9
Quote:
Originally Posted by BaussHacker View Post
Put it above.
dont work brother =( the monsters dissapear
10/01/2011 16:29 BaussHacker#10
Quote:
Originally Posted by †Pôwèrfull† View Post
dont work brother =( the monsters dissapear
Then you have done something else wrong, because if they dissapear, when you put it, that means there is some variables that you're trying use but it's not set. :)
10/01/2011 19:59 rko42#11
Quote:
Originally Posted by BaussHacker View Post
Then you have done something else wrong, because if they dissapear, when you put it, that means there is some variables that you're trying use but it's not set. :)
but a friend up picture to know what is going to change because they do not understand oh I mean where I have to add code seo can put me up picture showing where I have to add the code and screen.cs Gamestate.cs
10/20/2012 17:14 LiLS#12
Wich Client do you use?