View Single Post
  #5  
Old 08-06-2003, 12:10 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
Quote:
Originally posted by TribulationStaff
Once a second isn't too bad, and all it does is check one variable - nothing too laggy at all. If you are really concerned about lag change the timeout to every 5, or even 10 seconds.
timeout loops on the control-npc aren't really good for the server, since the control-npc does a lot for the npc server (which is why the NPC Server goes down if you kill the control npc)
Reply With Quote