04.08.2011, 19:54
Hi, I have problem, no loading items in game, problem create loop while, code:
I use include <mysql>
Please help me.
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], ... |
Please help me.