problem saving mysql
#5

Now, I'm doing this:
Код:
            new tmp;
	    mysql_query("SELECT PlayerLevel FROM players LIMIT 1");
	    mysql_store_result(); tmp = mysql_fetch_int();
	    PlayerInfo[playerid][pLevel] = tmp; mysql_free_result();
And it's work.
Reply


Messages In This Thread
problem saving mysql - by jcvag44800 - 07.05.2014, 19:43
Re: problem saving mysql - by GutierrezDeVelasco - 07.05.2014, 20:10
Re : problem saving mysql - by jcvag44800 - 07.05.2014, 20:49
Re: problem saving mysql - by GutierrezDeVelasco - 07.05.2014, 21:34
Re : problem saving mysql - by jcvag44800 - 07.05.2014, 22:08
Re: problem saving mysql - by GutierrezDeVelasco - 07.05.2014, 22:27

Forum Jump:


Users browsing this thread: 1 Guest(s)