07.12.2012, 07:21
Hi,
I am having some problems since I just changed my MySQL Plugin to the R7 and am having problems with the query.
So, here is the code ( the mysql_query is line 467):
And this is what I get from the compiler
I am using BlueG's R7 MySQL Plugin, tried to look up some help within the thread, but it was no help for me.
I am having some problems since I just changed my MySQL Plugin to the R7 and am having problems with the query.
So, here is the code ( the mysql_query is line 467):
pawn Код:
format(query, sizeof(query),"INSERT INTO playerdb (username,password,score,money,factionid,deaths) VALUES ('%s',md5('%s'),%d,%d,%d,%d)",playerdb[playerid][username],inputtext,1,5000,0,0);
mysql_query(query);
Код:
.pwn(467) : error 017: undefined symbol "mysql_query"