problem with a_sampmysql
#1

i got this error:
D:\Documents and Settings\server\gamemodes\mygm.pwn(14) : fatal error 100: cannot read from file: "a_sampmysql"

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.

i have the include: a_sampmysql
its this code if i open it:
Код:
/* 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();
whats wrong then ?
can please anyone help me with this?
Reply
#2

put this into your gamemode
pawn Код:
#include <a_sampmysql>//at the top of the script
Reply
#3

i had that already.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)