21.09.2015, 22:17
Minha Versгo do Plugin Mysql й a R7, eu compilo a GM e da varios erros, em.. "mysql_query","cache_get_field_content_int","cache _get_row_count"..., ja coloquei outras versхes mas nгo funciona, ajuda ae pfv
MySQLStartConnection() { MySQL = mysql_connect(mysql_host, mysql_user, mysql_data, mysql_pass, mysql_port); if(mysql_errno() != 0) { print("MySQL could not connect to database, check your database and configs!"); return SendRconCommand("exit"); } else print("MySQL connection sucefully executed!"); return 1; }