02.02.2014, 02:56
I had an issue with mysql, so I had converted some things into sqlite, i found the cmd works if I dont load the houses, I reckon this is why.
It saves in sqlite, but loads in mysql LOL
pawn Код:
mysql_fetch_field_row(string, "ADDRESS");
HouseInfo[ID][hAddress] = strval(Field);