Thread: move() bug?
View Single Post
  #8  
Old 09-25-2006, 03:53 PM
Yen Yen is offline
Banned
Yen's Avatar
Join Date: Oct 2005
Location: Nova Scotia, Canada
Posts: 1,085
Yen is an unknown quantity at this point
Send a message via AIM to Yen Send a message via MSN to Yen
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.
Reply With Quote