Problem loading MySQL.
#1

Hi, I have problem, no loading items in game, problem create loop while, code:


Quote:


new str[250],uid;
mysql_query("SELECT * FROM `items`");
mysql_store_result();

while(mysql_fetch_row(str, "|"))
{
sscanf(str, "p<|>d", uid);
sscanf(str, "p<|>is[32]iiiiiiffffff",
Items[uid][pUID],
...

I use include <mysql>

Please help me.
Reply


Messages In This Thread
Problem loading MySQL. - by loginreks - 04.08.2011, 19:54
Re: Problem loading MySQL. - by MadeMan - 04.08.2011, 20:04
Re: Problem loading MySQL. - by loginreks - 04.08.2011, 20:21
Re: Problem loading MySQL. - by MadeMan - 04.08.2011, 20:25
Re: Problem loading MySQL. - by loginreks - 04.08.2011, 20:31

Forum Jump:


Users browsing this thread: 1 Guest(s)