Deltanic Posted October 20, 2010 Share Posted October 20, 2010 That will get the local time of the client, isn't it? Or does it gets the servertime? An easier question isn't possible lol Link to comment
dzek (varez) Posted October 20, 2010 Share Posted October 20, 2010 getRealTime to get server time getTickCount to get client time (or server time on server side). getTickCount is only integer timestamp and you have to convert it to get year/month/dat/hours/minutes/seconds. edit: more about timestamps you can find on google ofc Link to comment
eAi Posted October 20, 2010 Share Posted October 20, 2010 getTickCount gives you the number of seconds the system has been running for. Link to comment
dzek (varez) Posted October 20, 2010 Share Posted October 20, 2010 whoops i misreaded something.. sorry.. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now