MySQL. NEED HELP!
#1

Ok. So I have
pawn Код:
new tmp[128];
            format(tmp,sizeof(tmp),"SELECT * FROM `users` WHERE `username`=LOWER('%s')",PlayerName(playerid));
            mysql_free_result();
            mysql_query(tmp);
            mysql_store_result();
            mysql_fetch_row_format(tmp,"|");
            printf(tmp);
            sscanf(tmp,"e<p<|>iiiiiiiiiiiiiiiiiffiiis[50]fffiiiiiiiiiiiis[50]iiiiiiiiii>",PlayerInfo[playerid]);
            mysql_free_result();
And it DOES print
Код:
0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0.000000|0.000000|0|0|0||1480.389526|-1771.293945|18.795755|0|0|0|0|0|0|0|0|0|0|0|0||0|0|0|0|0|0|0|0|0|-1|Shiro_Michi|****(PASS)|10
But it doesn't seem to GO into the players stats(PlayerInfo).
Reply


Messages In This Thread
MySQL. NEED HELP! - by 1337connor - 25.01.2011, 13:05
Re: MySQL. NEED HELP! - by Vince - 25.01.2011, 13:23
Re: MySQL. NEED HELP! - by Gabe - 25.01.2011, 13:48
Re: MySQL. NEED HELP! - by 1337connor - 26.01.2011, 00:58
Re: MySQL. NEED HELP! - by 1337connor - 26.01.2011, 12:45
Re: MySQL. NEED HELP! - by [MWR]Blood - 26.01.2011, 12:50
Re: MySQL. NEED HELP! - by Gabe - 26.01.2011, 13:29
Re: MySQL. NEED HELP! - by Sergei - 26.01.2011, 14:02
Re: MySQL. NEED HELP! - by 1337connor - 26.01.2011, 20:43

Forum Jump:


Users browsing this thread: 2 Guest(s)