05.12.2010, 20:40
Hello..
I'm struggling with a MySQL issue. Going to retrieve data from a field. Such as the players level, money and so on.
Using this MySQL connector.
Source:
The Warning:
I'm struggling with a MySQL issue. Going to retrieve data from a field. Such as the players level, money and so on.
Using this MySQL connector.
Source:
Код:
format(query, sizeof(query), "SELECT * FROM `players` WHERE `name` = '%s';", tempname); mysql_query(query); mysql_store_result(); mysql_fetch_field("level", data); PlayerInfo[playerid][pLevel] = strval(data);
Код:
C:\Users\rAped\Desktop\HDRP NEW!\gamemodes\hd-rp.pwn(386) : warning 213: tag mismatch