Posts: 773
Threads: 309
Joined: Aug 2011
Reputation:
0
is possible to make a house to be on sell if the owner didn't connect on server 1 weak ?
Posts: 69
Threads: 10
Joined: Mar 2016
Reputation:
0
Week *
Of course you can do that. It should be simple if you're using MySQL..
Posts: 92
Threads: 6
Joined: Sep 2013
Reputation:
0
record the last date player entering the server, and add +7 days than sell
Posts: 391
Threads: 25
Joined: Jul 2013
Reputation:
0
also simple if you're using y_ini
record when was the house last visited in the house ini file.
then create any general timer in your gamemode for (1/2 real life hours, my opinion if u have a busy server)
to loop through houses and check when was the last house visit ( > < =< >=) and these signs will be your key to do it.
Actually, I'm going to do it now in my server's house system.