mysql_fetch_row R38
#5

Actually because its un-correct way, checkout the wiki. also you're using outdated mysql functions ( not even exists in r33+ ).

You should do it like this.
pawn Код:
mysql_tquery(Mysql_users, "SELECT * FROM `NAMU_LENTELE`", "Load","","");

forward Load();
public Load()
{
    for(new i =0; i < MAX_HOUSES; i++)
    {
        cache_get_row(i,field,HouseData[i][Namokaina]);
        ///the rest here here
    }
}
Reply


Messages In This Thread
mysql_fetch_row R38 - by TheNerka - 16.09.2014, 13:37
Re: mysql_fetch_row R38 - by Eth - 16.09.2014, 13:39
Re: mysql_fetch_row R38 - by SilentSoul - 16.09.2014, 13:39
Re: mysql_fetch_row R38 - by TheNerka - 16.09.2014, 13:55
Re: mysql_fetch_row R38 - by SilentSoul - 16.09.2014, 14:01
Re: mysql_fetch_row R38 - by TheNerka - 16.09.2014, 14:27
Re: mysql_fetch_row R38 - by SilentSoul - 16.09.2014, 14:33
Re: mysql_fetch_row R38 - by TheNerka - 16.09.2014, 14:44

Forum Jump:


Users browsing this thread: 1 Guest(s)