Thread: time
View Single Post
  #24  
Old 10-13-2005, 05:28 AM
ZeLpH_MyStiK ZeLpH_MyStiK is offline
Scripter
ZeLpH_MyStiK's Avatar
Join Date: May 2003
Location: NYC
Posts: 553
ZeLpH_MyStiK is on a distinguished road
Send a message via MSN to ZeLpH_MyStiK Send a message via Yahoo to ZeLpH_MyStiK
Quote:
Originally Posted by excaliber7388
Everyone talks about syncing the clock I have no idea how to do this
if (actionserverside) {
triggeraction 0,0,clientside,WEAPONNAME,#v(timevar2);
}
//#CLIENTSIDE
if (created) {
triggeraction 0,0,serverside,WEAPONNAME,;
}
if (actionclientside) {
this.timingthingamajig=strtofloat(#p(0));
}
__________________
Reply With Quote