you player_walk function is only happening once, so if the keys aren't being pressed when it run nothing will happen. You need that instruction to continue to happen for the rest of the game or until the player is no longer there. Any ideas what will help?

The answer is simple! A while loop

just make this simple adjustment:
Code:

function player_client
{
...//everything above this stays the same

while(1){wait(1);player_walk();}
}



That "should" fix it for you. GL!

If my prediction is right, your next problem will be the twitching

Last edited by PrenceOfDarkness; 01/26/08 05:04.

"There is no problem that can't be solved with time and determination." -me
prenceofdarkness for instant messages on AIM.

Looking for a model designer
PLEASE, SEND ME A PRIVATE MESSAGE OR EMAIL IF YOU'RE INTERESTED.