Another problem with mysql - Load info
#1

Hello, I've got another problem...
Now I can't load any number values from DB like Age and WantedLevel... Texts working fine.

Код:
enum _PSTATS
{
	pLayaName[24],
	pRealName[24],
	pFavAdmin[24],
	pStatus[24],
	pAge,
	pWantedLevel,
	pViews,
	pInt // Add more info
}
Код:
stock LoadPlayerInfo(iPlayer)
{
	new
		Query[700];

	if(mysql_fetch_row(Query))
	{
		sscanf(Query, "e<p<|>s[24]s[24]s[24]s[24]ddd>", PVar[iPlayer]);
		mysql_free_result();
	}
	return 1;
}
DB Setting
Код:
Age - INT(11)
WantLevel - INT(11)
Do u know where is the problem ? ^^
Reply


Messages In This Thread
[SOLVED] Another problem with mysql - Load info - by scuess - 11.08.2011, 17:09
Re: Another problem with mysql - Load info - by JaTochNietDan - 11.08.2011, 17:10
Re: Another problem with mysql - Load info - by scuess - 11.08.2011, 17:13
Re: Another problem with mysql - Load info - by JaTochNietDan - 11.08.2011, 17:15
Re: Another problem with mysql - Load info - by scuess - 11.08.2011, 17:18
Re: Another problem with mysql - Load info - by JaTochNietDan - 11.08.2011, 17:21
Re: Another problem with mysql - Load info - by scuess - 11.08.2011, 17:25
Re: Another problem with mysql - Load info - by JaTochNietDan - 11.08.2011, 17:29
Re: Another problem with mysql - Load info - by scuess - 11.08.2011, 17:34

Forum Jump:


Users browsing this thread: 1 Guest(s)