31.12.2009, 00:07
Can someone help me to get this thing right?
I want to make a walk only when pressin the up_key.
But i dont know how to end the walk.
I want to make a walk only when pressin the up_key.
But i dont know how to end the walk.
Код:
public OnPlayerUpdate(playerid) { new Keys,ud,lr; GetPlayerKeys(playerid,Keys,ud,lr); if(ud > 0) { } else if(ud < 0) { ApplyAnimation(playerid,"PED","WALK_gang2",4.1,1,1,1,1,1); }