pawn Код:
dcmd_animacion(playerid,params)
{
new tmp[128]
if(!strlen(tmp)) return SendClientMessage(playerid, Rojo, "Uso: /agonizar");
}
else
{
ApplyAnimation(playerid, "WUZI", "CS_Dead_Guy", 4.0, 0, 0, 0, 1, 0);
ApplyAnimation(playerid, "WUZI", "CS_Dead_Guy", 4.0, 0, 0, 0, 1, 0);
}
return 1;
}