
09-25-2006, 03:53 PM
|
|
Banned
|
 |
Join Date: Oct 2005
Location: Nova Scotia, Canada
Posts: 1,085
|
|
|
move()'s movement is handled on the clientside.
When the move() time runs out, it updates the position on the serverside.
You'll have to trigger the server .05 or .1 seconds after it finishes moving, or schedule an event in the serverside to be called when it finishes moving. |
|
|
|