thanks of Rei_Ayanami ,for this important tip ...:) but question 1 :
why this model can't moving during this terrain with c-move command ?

Code:
if(1 == key_w || 1 == key_s)
		{
			ent_animate(me,"run",player_animation_speed,ANM_CYCLE);
			c_move(my,vector((key_w - key_s)*20*time_step,0,0),nullvector,IGNORE_PASSABLE);
		}



Last edited by Mafia_IR; 06/20/11 11:59.