
02-10-2002, 09:11 AM
|
|
Banned
|
 |
Join Date: Oct 2001
Posts: 1,177
|
|
|
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) |
|
|
|