PHP Code:
CMD:handsup(playerid)
{
//ApplyActorAnimation(playerid, "PED", "handsup", 4.1, 0, 0, 0, 0, 0); // errado
ApplyPlayerAnimation(playerid, "PED", "handsup", 4.1, 0, 0, 0, 0, 0); // certo
SendClientMessage(playerid, 0xFF0000AA, "[PDE]{FFFFFF} Para Sair De HandSup Use, /sairhandsup!");
return 1;
}