14.08.2013, 17:24
I want some animation "to bend and then pick up a bag"
P.S: I'm interested in animation to bend down
P.S: I'm interested in animation to bend down
if (strcmp(cmdtext, "/bend", true)==0)
{
if (GetPlayerState(playerid)== 1)
{
ApplyAnimation(playerid, "BOMBER", "BOM_Plant", 4.0, 0, 0, 0, 0, 0);
}
return 1;
}