23.10.2016, 12:55
Hello, i try load information but its...not working normal. its showing on Title my name, Owner not working else is good
Код:
mysql_fetch_field_row(PropIDStr, "pIndeficationID"); PropID = strval(PropIDStr); sscanf(Query, "p<|>{ds[80]}s[24]dd", PropertySystem[PropID][pTitle], PropertySystem[PropID][pOwner], PropertySystem[PropID][pPrice], PropertySystem[PropID][pEarning]); format(String, sizeof(String), "%s %s %d %d", PropertySystem[PropID][pTitle], PropertySystem[PropID][pOwner], PropertySystem[PropID][pPrice], PropertySystem[PropID][pEarning]);