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

Quote:
Originally Posted by tony_fitto
Посмотреть сообщение
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(); 
That system is very old. If you created a GM from scrath so i suggest you to use one of MySQL plugin due to more functions and more speed.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)