Animation help.. please
#1

So im making walking styles and its all fine apart from one thing, I have made it so if your holding the walk button you do the walking animation but how would i do it only if someone presses the walk button with up down left or right.. Also one more thing how could i make it so when someone stops holding the walk button they stop the walking animation

Please help

pawn Код:
if (HOLDING(KEY_WALK))
    {
        if(Player[playerid][UsingGangWalkOne] == 1)
        {
            ApplyAnimation(playerid, "PED", "WALK_gang1", 4.0, 1, 1, 1, 1, 1);
        }
    }
If you need any more code just ask

Please help

Thanks
Reply


Messages In This Thread
Animation help.. please - by Euan Hughes - 24.06.2012, 10:06
Re: Animation help.. please - by phillip875 - 24.06.2012, 10:33
Re: Animation help.. please - by Grand_Micha - 24.06.2012, 10:39

Forum Jump:


Users browsing this thread: 1 Guest(s)