28.06.2012, 17:02
Sorry, but I mean , I want to add it to a zcmd command.
For example, If i did /sit 8 , he would do that action.
Here is the full list of animations, but I cant seem to find the name and category of this one
https://sampwiki.blast.hk/wiki/Animations
Here is what it should fit in
(this is only an example)
For example, If i did /sit 8 , he would do that action.
Here is the full list of animations, but I cant seem to find the name and category of this one
https://sampwiki.blast.hk/wiki/Animations
Here is what it should fit in
pawn Код:
CMD:anim1(playerid, params[])//hide//
{
ApplyAnimation(playerid, "ped", "cower", 4.1, 1, 1, 1, 1, 1);
return 1;
}