Hands Up Animation?
#1

I dont know they animlib or name for the handsup animation but i want it to look like this :

ApplyAnimation(playerid,"animlib","animname",4.1,1,1,1,1,1,1);

( The underlines show what needs to be changed )
Reply
#2

Use this:
pawn Код:
SetPlayerSpecialAction(playerid,SPECIAL_ACTION_HANDSUP);
Reply
#3

I knew that CMD but i want them to do it automatically instead of it being set
Reply
#4

Its not command its a special action.
Reply
#5

OK,then,here you go:
pawn Код:
ApplyAnimation(playerid,"ped","handsup",4.1,1,1,1,1,1,1);
Reply
#6

Or try this.
Quote:

CMD:handsup(playerid,params[])return SetPlayerSpecialAction(playerid,SPECIAL_ACTION_HAN DSUP);

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)