• 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!

Solved Houses doesnt get cleaned...

Nekiro

Legendary OT User
TFS Developer
Joined
Sep 7, 2015
Messages
2,759
Solutions
127
Reaction score
2,279
I have very weird error in my tfs 0.4. My houses doesnt get cleaned when i leavehouse or sell to another player... Items stay in house.

I dont know how to deal with this.

I tried adding "doCleanHouse(houseid) to my leavehouse talkaction but nothing happend.
 
Last edited:
Items in a house are stored in the database.

Hmm, so should I do query when player is leaving house to clean table in database?

But sell house and buy house are source functions I dont know how to use query in c++. Im dumb in c++.
 
So where they save? in house_data in database? I tried removing whole string with house id and items stay anyway...
Can someone help me please.
 
Back
Top