Thread: Some question
View Single Post
  #4  
Old 10-18-2011, 07:52 AM
Mark Sir Link Mark Sir Link is offline
Kevin Azite
Mark Sir Link's Avatar
Join Date: Sep 2005
Posts: 1,489
Mark Sir Link is just really niceMark Sir Link is just really nice
Send a message via AIM to Mark Sir Link
the issue here is your timeout occuring before the clientr value being set properly, so if (clientr.move == true) setani(client.mode, NULL); is executing before the clientr value is changed.

you should send the ani to the serverside portion of your code as well, and change the ani there.
Reply With Quote