help with sscanf -.-
#4

Quote:
Originally Posted by Sascha
Посмотреть сообщение
undefined symbol "mysql_fetch_row_format"

what's the code with Strickens' plugin?
pawn Код:
new dat[256], string[100], Float:x, Float:y, Float:z;
GetPlayerName(playerid, name, sizeof(name));
format(string, sizeof(string), "SELECT x, y, z FROM User WHERE `Name`='%s'", name);
mysql_query(string),
mysql_store_result();
mysql_fetch_row(dat);
sscanf(dat, "p<|>fff",x, y, z);
format(string, sizeof(string), "%f,%f,%f", x, y, z);
SendClientMessage(playerid, GREY, string);
mysql_free_result();
Reply


Messages In This Thread
help with sscanf -.- - by Sascha - 18.01.2011, 15:04
Re: help with sscanf -.- - by JaTochNietDan - 18.01.2011, 15:08
Re: help with sscanf -.- - by Sascha - 18.01.2011, 15:17
Re: help with sscanf -.- - by JaTochNietDan - 18.01.2011, 15:21
Re: help with sscanf -.- - by Sascha - 18.01.2011, 15:36

Forum Jump:


Users browsing this thread: 5 Guest(s)