• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Solved TFS 1.1 house commands

Shadow Dan

Sh4dowDan
Joined
Jun 5, 2010
Messages
344
Reaction score
90
Location
Poland
In TFS 1.1 there are only 2 commands:
Code:
<talkaction words="!buyhouse" script="buyhouse.lua"/>
<talkaction words="!leavehouse" script="leavehouse.lua"/>
Does anyone have scripts like houseSell, houseKick, houseDoorList, houseGuestList, houseSubOwnerList?
Code:
    <talkaction words="alevo grav" filter="word-spaced" event="function" value="houseBuy"/>
    <talkaction words="alito som" filter="word-spaced" event="function" value="houseSell"/>
    <talkaction words="alana sio" filter="word-spaced" event="function" value="houseKick"/>
    <talkaction words="aleta grav" filter="word-spaced" event="function" value="houseDoorList"/>
    <talkaction words="aleta sio" filter="word-spaced" event="function" value="houseGuestList"/>
    <talkaction words="aleta som" filter="word-spaced" event="function" value="houseSubOwnerList"/>
    <talkaction words="alito sio" filter="word-spaced" script="leavehouse.lua"/>
 
Love you for this info <3!

But there is one problem. I don't see houseSell function.
In older version it was:
Code:
<talkaction words="alito som" filter="word-spaced" event="function" value="houseSell"/>
Maybe it was bugged and they removed it to make server more safe?
 
Last edited:
Back
Top