24.06.2012, 10:06
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
If you need any more code just ask
Please help
Thanks
Please help
pawn Код:
if (HOLDING(KEY_WALK))
{
if(Player[playerid][UsingGangWalkOne] == 1)
{
ApplyAnimation(playerid, "PED", "WALK_gang1", 4.0, 1, 1, 1, 1, 1);
}
}
Please help
Thanks