23.04.2018, 21:08
Quote:
Try commenting the query to load your furniture and see if that does the trick.
If it now loads all houses, you can be certain that sending the query and calling the OnLoadFurniture callback exitst the house-loading loop by going to the other callback and not returning here. Then you can fix it by loading all furniture at once after you've finished loading all the houses and looping through the result and store your furniture at each house. You may want to order it all by the HouseID. If not, then I don't know what the problem might be. |
EDIT: Nope, just as I suspected, that did nothing.