#How Do I make playtime rewards
7 messages · Page 1 of 1 (latest)
idk
only problem is that its a pain in the ass to create variables for seconds minutes hours and use database and check server time and reset rewards and shit
just make the server reset rewards every 6 hours haha its easier
How do i make it so there is a different timer for each reward thing and they count down simultaneously?
create a general timer which adds 1 every second and for every reward just check like reward 1 does: if time >= 60 then (reward) reward 2 does: if time >= 120 then (reward)
thank you!