23.06.2012, 23:38
(
Last edited by Euan Hughes; 24/06/2012 at 12:49 AM.
)
Alright so i have got it working i just need to know how can i make it so when the player has stopped pressing the walk button it will stop the walk style
If you need any more code just ask me
Thanks
pawn Code:
if (HOLDING(KEY_WALK))
{
if(Player[playerid][UsingGangWalkOne] == 1)
{
ApplyAnimation(playerid, "PED", "WALK_gang1", 4.0, 1, 1, 1, 1, 1);
}
}
Thanks