Thread: Servertime
View Single Post
  #4  
Old 01-11-2010, 06:18 AM
DustyPorViva DustyPorViva is offline
Will work for food. Maybe
DustyPorViva's Avatar
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
DustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond repute
Send a message via AIM to DustyPorViva Send a message via MSN to DustyPorViva
Quote:
Originally Posted by fowlplay4 View Post
I'm not looking to have the values of timevar and timevar2 change, just the time displayed in the clock in the bottom right corner. So really it's just displaying what time it is on the Login server.

Pretty sure the login script could just store whatever value it's based off on login (assuming it's timevar), and then use the offset between it and clientside timevar2.

Kind of like how it's done here: Scripted Timevar3
It's the same method I use for clientside/serverside timevar2 accuracy, but the problem is probably going to be transferring data between servers(the offset between login and whatever server you're on). Ideally he could possibly just code it to send updates periodically like how global buddies are done.
Reply With Quote