Posts: 74
Threads: 8
Joined: May 2012
Reputation:
0
I have a timer for expire licence and i want to timer continue working when player offline, on my server timer stop working when player offline.... can help me?
Posts: 462
Threads: 11
Joined: Jan 2012
Reputation:
0
Using a timer for this won't work though, as your probably using a playerids and a player loses his ID after log off. What you need to do is use gettime();.
Posts: 1,196
Threads: 45
Joined: Jan 2012
Reputation:
0
@JhnzRep
gettime(); gets the time of your computer in hours, minutes, seconds....
Posts: 462
Threads: 11
Joined: Jan 2012
Reputation:
0
No, actually I am pretty sure it returns the unix timestamp.