Problem with a loop
#4

Your loops set only to be 1 second long, if you want it to be continuous, change it to this.
Код:
ApplyAnimation(playerid,"ped","WALK_fatold",4.1,1,1,1,1,0);
Or change it to run however many milliseconds you want it to run, ex:
Код:
ApplyAnimation(playerid,"ped","WALK_fatold",4.1,1,1,1,1,200000);
And yeah your timer is running every 200 seconds, if you want it to run more often try changing it to a value like 10000 or 5000
Reply


Messages In This Thread
Problem with a loop - by [LSB]TheGame - 15.05.2010, 21:28
Re: Problem with a loop - by DarkPower - 15.05.2010, 21:30
Re: Problem with a loop - by juice.j - 15.05.2010, 21:32
Re: Problem with a loop - by iLinx - 15.05.2010, 21:35

Forum Jump:


Users browsing this thread: 1 Guest(s)