01.07.2012, 07:39
Thanks, changed it, but now I get obvious errors.
Since i is there, and it is no longer a created variable, what might I replace it with?
Again, thanks.
EDIT: mysql_fetch_row isn't even working, did you write it wrong?
EDIT2: Should I then use this?
pawn Код:
mysql_fetch_field_row(savingstring, "owned"); HouseInfo[i][Owned] = strval(savingstring);
Again, thanks.
EDIT: mysql_fetch_row isn't even working, did you write it wrong?
EDIT2: Should I then use this?
pawn Код:
while(mysql_fetch_row(rows))
{
for(new i = 1; i < MAX_HOUSES; i++)
{
//blablabla

