Fail script :<
#1

Well hi there

pawn Код:
format(query, sizeof(query), "SELECT * FROM bizzes WHERE biz_id='%d'", bizid);
    samp_mysql_query(query);
    print("Query is goed");
    samp_mysql_store_result();
    print("Fail 1");
    samp_mysql_fetch_row(rows);
    print("Fail 2");
    split(rows, fields, '|');
    print("Fail 3");
    samp_mysql_free_result();
    print("Fail 4");
samp_mysql_free_result(); is crashing my server. wuts wrong i dont see fail 4 so HELP ME :d
Reply
#2

well in the first post of the include it says it's crashing it. it's problem of include. you should try the alternative mysql plugin. search wit params 'mysql' in plugins
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)