08-28-2014, 05:54 PM
Hey programmers,
i got a problem here on my code (C#):
Double aux_off3;
aux_off3 = System.Convert.ToDouble("002A0EB8");
fs.Position = Convert.ToInt64(aux_off3);
textBox_petexp.Text = br.ReadDouble().ToString();
When I start my Tool and load the GameServer here on this line
aux_off3 = System.Convert.ToDouble("002A0EB8");
I got a error "Input string was not in a correct format." Maybe someone knows the solution and could help me please..?
I would be glad if we could fix that problem!
Regards Jaiz

