Mysql help! "File or function is not found"
#9

Quote:
Originally Posted by dr.pepper
Посмотреть сообщение
First off, I have never heard this #include: <a_sampmysql> are you getting mistaken by <a_mysql>?
I'm not misstaken
I think you get the include together with 0.3c

This is the content in the include file.
PHP код:
/*  SA:MP MySQL Functions  */
#if defined _sampmysql_included
    #endinput
#endif
#define _sampmysql_included
#pragma library lgw
native samp_mysql_connect(server[], user[], password[]);
native samp_mysql_select_db(db[]);
native samp_mysql_query(query[]);
native samp_mysql_store_result();
native samp_mysql_fetch_row(line[]);
native samp_mysql_num_rows();
native samp_mysql_num_fields();
native samp_mysql_ping();
native samp_mysql_real_escape_string(src[], dest[]);
native samp_mysql_free_result();
native samp_mysql_strtok(dest[], separator[], src[]);
native samp_mysql_close(); 
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 5 Guest(s)