18.01.2017, 20:00
What you should do is make the "LegShott" an array with a size of MAX_PLAYERS like this:
And do
Also you can remove the time (that 1050 thing) from the animation as it's not needed. Everything else seems to be OK though.
Код:
new LegShott[MAX_PLAYERS];
Код:
LegShott[playerid] = SetTimerEx...