[18:38:31] [debug] Run time error 19: "File or function is not found" [18:38:31] [debug] mysql_log [18:38:31] [debug] mysql_connect [18:38:31] [debug] mysql_errno [18:38:31] [debug] mysql_format [18:38:31] [debug] mysql_tquery [18:38:31] [debug] mysql_close [18:38:31] [debug] cache_get_data [18:38:31] [debug] cache_get_row_int [18:38:31] [debug] cache_get_row [18:38:31] [debug] cache_insert_id [18:38:31] [debug] Run time error 19: "File or function is not found" [18:38:31] [debug] mysql_log [18:38:31] [debug] mysql_connect [18:38:31] [debug] mysql_errno [18:38:31] [debug] mysql_format [18:38:31] [debug] mysql_tquery [18:38:31] [debug] mysql_close [18:38:31] [debug] cache_get_data [18:38:31] [debug] cache_get_row_int [18:38:31] [debug] cache_get_row [18:38:31] [debug] cache_insert_id [18:38:31] Script[gamemodes/TGD(MySQL).amx]: Run time error 19: "File or function is not found"
mysql_log(LOG_NONE); gInfo[gHandle] = mysql_connect(MySQL_HOST, MySQL_USER, MySQL_DB, MySQL_PASS); if(mysql_errno(gInfo[gHandle]) != 0) { print("[MySQL MSG]: MySQL Failed Connected."); SendRconCommand("gmx"); } else { print("[MySQL MSG]: MySQL Connected."); }
- mysql plugin fails to load or you forgot to add it to the plugins line is server.cfg
- if the plugin failed to load, you need to install few things: http://forum.sa-mp.com/showpost.php?...51&postcount=3 - LOG_NONE is not recommended. Keep the default one for warnings and errors. |