#How Do I make playtime rewards

7 messages · Page 1 of 1 (latest)

thorn rampart
#

I've searched on youtube and on the devforum and I still can't find anything does anyone know how to make playtime rewards? Thanks!

lament dust
#

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

thorn rampart
#

How do i make it so there is a different timer for each reward thing and they count down simultaneously?

lament dust
#

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)

thorn rampart
#

thank you!