18.04.2015, 02:20
Here's the animation of it:
-Chausar
Код:
ApplyAnimation(playerid, "GYMNASIUM", "gym_tread_sprint", 4.1, 0, 1, 1, 0, 0, 1);
Код:
if(!strcmp(cmdtext, "/run", true))
{
ApplyAnimation(playerid, "GYMNASIUM", "gym_tread_sprint", 4.1, 0, 1, 1, 0, 0, 1);
}
return 1;
}

