LCKB
GameServer Editor - Printable Version

+- LCKB (https://lckb.dev/forum)
+-- Forum: ** OLD LCKB DATABASE ** (https://lckb.dev/forum/forumdisplay.php?fid=109)
+--- Forum: Programmers Gateway (https://lckb.dev/forum/forumdisplay.php?fid=196)
+---- Forum: Coders Talk (https://lckb.dev/forum/forumdisplay.php?fid=192)
+---- Thread: GameServer Editor (/showthread.php?tid=3946)



- Jaiz - 08-28-2014


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