i put acc and char into ini files but i left inv and wh in MySql i got it to it to work
my only problem is macking it insert the info like Account into MySql when someone creats a new account
iv tryed puting somting like
into creatchar but i get a earror
my only problem is macking it insert the info like Account into MySql when someone creats a new account
iv tryed puting somting like
Code:
MySqlCommand Command = new MySqlCommand("INSERT INTO edata (Account) VALUES ('" + UClient.Account + ")", Connection);
Command.ExecuteNonQuery();