Quote:
Originally Posted by cbk1994
It's only updating every tenth of a second on serverside anyway, it just appears smooth on clientside because of some special scripting to make it move at 20 steps per second on clientside. The only thing you can really do is have a .1 second timeout on serverside.
|
I guess that could work. Would be much easier to have something like:
PHP Code:
with (npc.move(0.6, 0, 0.1, 0)) {
//functions
}