04.07.2009, 17:27
Can you show us how ''field'' is defined?
EDIT:
Try this and show us where it stopped;
EDIT:
Try this and show us where it stopped;
Quote:
mysql_fetch_row(resultline); print("debug [1]"); mysql_fetch_field_row(field, "SQLID"); print("debug [2]"); PlayerInfo[playerid][pSQLID] = strval(field); // this line crashes server print("debug [3]"); |