16.09.2014, 14:01
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.
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
}
}

