16/12/2022 21:10
(06/09/2022 09:32)DeathSync Escreveu: Como identificar se o jogador está agachado e correndo?
public OnPlayerUpdate(playerid)
{
if(GetPlayerAnimationIndex(playerid))
{
new animlib[32];
new animname[32];
new msg[128];
GetAnimationName(GetPlayerAnimationIndex(playerid),animlib,32,animname,32);
format(msg, 128, "Running anim: %s %s", animlib, animname);
SendClientMessage(playerid, 0xFFFFFFFF, msg);
}
return 1;
}
https://team.sa-mp.com/wiki/Animations.html