Jump to content

Recommended Posts

Posted

I installed the Muscle library from NuGet manager
How to fix this error? thanks  

			string connStr = "server=localhost;user=admin;database=rage;password=1;";
            string sql = "INSERT INTO base (a,b,c,d,e)" + "VALUES(2, 'логин', 321, пароль', 9999)";
            MySqlConnection con = new MySqlConnection(connStr);
            MySqlCommand cmd = new MySqlCommand(sql, con);
            con.Open();
            cmd.ExecuteNonQuery();

b02efe6fa7d1.png

 

And I have second question, why fix this? 

Message from console: 

WARNING: "SetPlayerNametagVisible" function is not implemented yet.
DEPRECATE: SetPlayerNametag is deprecated.

Thank you in advance.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...