House system - using Mysql
#3

Thanks, changed it, but now I get obvious errors.

pawn Код:
mysql_fetch_field_row(savingstring, "owned"); HouseInfo[i][Owned] = strval(savingstring);
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 Код:
while(mysql_fetch_row(rows))
{
    for(new i = 1; i < MAX_HOUSES; i++)
    {
        //blablabla
Reply


Messages In This Thread
House system - using Mysql - by Kindred - 01.07.2012, 07:18
Re: House system - using Mysql - by Sinner - 01.07.2012, 07:36
Re: House system - using Mysql - by Kindred - 01.07.2012, 07:39
Re: House system - using Mysql - by Kindred - 02.07.2012, 22:27
Re: House system - using Mysql - by PrawkC - 02.07.2012, 22:39
Re: House system - using Mysql - by Kindred - 02.07.2012, 22:47

Forum Jump:


Users browsing this thread: 1 Guest(s)