View Single Post
06/29/17, 06:30 PM   #16
Dolgubon
 
Dolgubon's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2016
Posts: 409
Originally Posted by BoarGules View Post
To find out which houses a player has purchased you can do

Code:
for _,v in pairs(COLLECTIONS_BOOK_SINGLETON:GetOwnedHouses()) do
Then v.houseId gives you what I think you are looking for.
They are looking for a way to get the list of houses for another player, not the player themselves.
  Reply With Quote