ig55555or Posted April 21, 2020 Posted April 21, 2020 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(); 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now