Question
#1

Hi, why do I not save the mysql table data, it is the price. Here is the code:
Код:
public OnGameModeExit()
{			
for(new house=0; house<maxhouse+1; house++)
{
format(query,256,"UPDATE `namai` SET `Kaina` = '%i' WHERE (`Namas` = '%i')",houseDB[house][kaina],house);
mysql_query(query);
}
return 1;
}
Reply


Messages In This Thread
Question - by gedux123775 - 11.12.2010, 12:34
Re: Question - by Mehtab - 11.12.2010, 12:38
Re: Question - by gedux123775 - 11.12.2010, 12:59
Re: Question - by Ash. - 11.12.2010, 13:00

Forum Jump:


Users browsing this thread: 1 Guest(s)