
10-18-2011, 07:52 AM
|
|
Kevin Azite
|
 |
Join Date: Sep 2005
Posts: 1,489
|
|
|
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. |
|
|
|