11.12.2010, 12:34
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; }