Hi,
string result = cmd.ExecuteScalar().ToString();
string result = cmd.ExecuteNonQuery().ToString();
lag my game, helpmeee pls
Hi,
string result = cmd.ExecuteScalar().ToString();
string result = cmd.ExecuteNonQuery().ToString();
lag my game, helpmeee pls
Please refer to the other thread, the one you started a few days ago that was full of helpful information.
You need to do this asynchronously, otherwise 100% of the time it will lag out, if it even succeeds at all.
I’ve done all of that, nothing worked, and I managed to take a step to solve the problem.