• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Lua How to use getHouseAccessList(houseid, listid)

viniciusturko

New Member
Joined
Jun 23, 2009
Messages
94
Reaction score
2
Location
Brasil
I'm tryiong to fix the TFS 0.4_dev (3777) house problems with scripting, but I need to use this function : getHouseAccessList(houseid, listid)

But my problem is that I don't know how to use it ! I've already tried so much but I can't find what this function returns, can someone help me?
 
try something like this:

LUA:
print(getHouseAccessList(houseid, 0x100 --[[0x100 = guest list, 0x101 = subowner list]]))

can't confirm that it works, since I didn't tested it.

EDIT: Searched a bit and it seems as if the function returns the player names who are on the access list.


kind regards, Evil Hero.
 
Last edited:
Back
Top