03.07.2012, 13:26
You need to insert the data into the database before you can save things I think.
I had this problem and solved it by using something like this:
I had this problem and solved it by using something like this:
pawn Код:
format(string, sizeof(string), "INSERT INTO `houses` (`id`) VALUES ('%d')", HouseStat[houseid][hDBID]);