Posts: 637
Threads: 106
Joined: May 2011
Reputation:
0
Hello guys!
I wanted to ask you something...
Im trying to make house system and everything is fine for now , but i have little question how i can make realistic tax system?
Like variable and timer or what?
Posts: 1,794
Threads: 104
Joined: Feb 2012
Reputation:
0
What do you mean by tax system? Electricity, water, etc? or what.
Posts: 637
Threads: 106
Joined: May 2011
Reputation:
0
Yeah but not like that , just a total amount like When player enters a house and show him a dialog like Tax: You have to pay for taxes : amount.
Maybe i can try to call a timer when player enters the house and add a amount to Tax Variable?
Posts: 450
Threads: 10
Joined: May 2014
Reputation:
0
Yes, you can add a SetTimeEx to make a tax system.
Posts: 4,759
Threads: 33
Joined: Dec 2013
Reputation:
0
You could use unix timestamps instead.
Posts: 637
Threads: 106
Joined: May 2011
Reputation:
0
yes i read that tut ,but i dont know how i should use it in tax system...