Animation doesn't start[FIXED]
#5

Replace;
pawn Код:
ApplyAnimation(i, "ped", "FALL_front", 4.0, 1, 0, 0, 0, 0);
TogglePlayerControllable(i, 0);
ApplyAnimation(i, "ped", "FALL_front", 4.0, 1, 0, 0, 0, 0);
With
pawn Код:
TogglePlayerControllable(i, 0);
ApplyAnimation(i, "ped", "FALL_front", 4.0, 1, 0, 0, 0, 0);
ApplyAnimation(i, "ped", "FALL_front", 4.0, 1, 0, 0, 0, 0);
Reply


Messages In This Thread
Animation doesn't start[FIXED] - by Bumbis - 13.06.2010, 15:11
Re: Animation doesn't start - by Lynn - 13.06.2010, 15:19
Re: Animation doesn't start - by Bumbis - 13.06.2010, 15:20
Re: Animation doesn't start - by Thrarod - 13.06.2010, 15:23
Re: Animation doesn't start - by Lynn - 13.06.2010, 15:23
Re: Animation doesn't start - by Bumbis - 13.06.2010, 15:38

Forum Jump:


Users browsing this thread: 1 Guest(s)