Hey Guys... I need help whit this
}
public static void GetCharInfo(Character Charr, string UserName)
{
Charr.StatP = Convert.ToUInt16((uint)DR["StatPoints"]);
What's Wrong in this code ?
Visual C# acuse This: Error 1 The name 'DR' does not exist in the current context
I try Fix the Attribute Points On CoV2
Any1 Help
Thanks !
}
public static void GetCharInfo(Character Charr, string UserName)
{
Charr.StatP = Convert.ToUInt16((uint)DR["StatPoints"]);
What's Wrong in this code ?
Visual C# acuse This: Error 1 The name 'DR' does not exist in the current context
I try Fix the Attribute Points On CoV2
Any1 Help
Thanks !