20.05.2020, 13:10
Quote:
1> Inside mysql_tquery, mention a function name and use threaded query.
2> You can not copy strings like that. Use format or strcat. EG: Code:
format(HouseInfo[housenumber][Owner], MAX_PLAYER_NAME, "%s", aname); Or, strcat(HouseInfo[housenumber][Owner], aname, MAX_PLAYER_NAME); |