Połączenie zadziałało. Teraz problem z Run time error 10: native error (native "SQL_ReadResult")
new Handle:tuple = SQL_MakeDbTuple(host, user, pass, db) new Handle:connect = SQL_Connect(tuple, err, error, charsmax(error)) new Handle:query = SQL_PrepareQuery(connect, "SELECT * FROM `%s`", table) new AuthData[44] AuthData[1] = SQL_ReadResult(query, 1);
PS nie moge edytować tematu