View Single Post
  #5  
Old 02-10-2002, 09:11 AM
Faheria_GP2 Faheria_GP2 is offline
Banned
Faheria_GP2's Avatar
Join Date: Oct 2001
Posts: 1,177
Faheria_GP2 is on a distinguished road
well, actually, you just have to keep a few things in mind when working with npcserver

- minimum sleep/timeout is now 0.1
- many graphical things are best done clientside
- the less a timeout has to run, the less the whole server lags
- making sure to reference a player-index inside the "timeout" event (as in doing players[index].x instead of playerx, but you probably should do this anyways)