Code:
System.FormatException: Input string was not in the correct format.
at System.Number.StringToNumber (String str, NumberStyles options, NumberBuffer & number, NumberFormatInfo info, Boolean parseDecimal)
at System.Number.ParseUInt32 (String value, NumberStyles options, NumberFormatInfo numfmt)
at COServer_Project.Guild.GuildMessage (String message) in C: \ Documents and Settings \ Vinicuis \ Desktop \ soulcie \ ShadowCO \ COServerProject \ Guild.cs: line 291
at COServer_Project.Guild.PlayerQuits (Character Quitte) in C: \ Documents and Settings \ Vinicuis \ Desktop \ soulcie \ ShadowCO \ COServerProject \ Guild.cs: line 222
at COServer_Project.Client.GetPacket (Byte [] date) in C: \ Documents and Settings \ Vinicuis \ Desktop \ soulcie \ ShadowCO \ COServerProject \ Client.cs: line 217
Successful account login is riquee
Successful account login is riquee
System.FormatException: Input string was not in the correct format.
at System.Number.StringToNumber (String str, NumberStyles options, NumberBuffer & number, NumberFormatInfo info, Boolean parseDecimal)
at System.Number.ParseUInt32 (String value, NumberStyles options, NumberFormatInfo numfmt)
at System.UInt32.Parse (String s)
at COServer_Project.Client.GetPacket (Byte [] date) in C: \ Documents and Settings \ Vinicuis \ Desktop \ soulcie \ ShadowCO \ COServerProject \ Client.cs: line 139
Code:
Total string = "";
OnlineMembers string = "";
OfflineMembers string = "";
Byte Count = 1;
string [] = Splitter MyChar.MyGuild.Creator.Split (':');
[COLOR="Blue"][COLOR="SeaGreen"]Line 139:[/COLOR] if (World.AllChars.Contains (uint.Parse (Splitter [1])))[/COLOR]
OnlineMembers = Convert.ToChar ((Splitter [0] Convert.ToChar (32) Splitter [2] Convert.ToChar (32) "1"). Length) (Splitter [0] Convert.ToChar (32) Splitter [2] Convert . Torch (32) "1");
else
OfflineMembers = Convert.ToChar ((Splitter [0] Convert.ToChar (32) Splitter [2] Convert.ToChar (32) "0"). Length) (Splitter [0] Convert.ToChar (32) Splitter [2] Convert . Torch (32) "0");






