View Single Post
  #24  
Old 08-01-2007, 12:21 PM
Skyld Skyld is offline
Script-fu
Skyld's Avatar
Join Date: Jan 2002
Location: United Kingdom
Posts: 3,914
Skyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud of
Send a message via AIM to Skyld
Quote:
Originally Posted by DustyPorViva View Post
Nothing, I just try to avoid server.variables as I've always been told they can 'cause a bit of lag or some such when they pile up.
Either way I don't see the need of constantly transferring serverside timevar2 when you can just sync it with the clientside timevar2
There is no problem using serverr. variables when scripts on the clientside are actually making use of them. However, you should think about what information really needs to be sent over to the clientside for regular use, and not use serverr. variables for things that you can put into database NPCs, for example.
__________________
Skyld
Reply With Quote