help for Animation
#1

hi i need tow Animation run at one time plz help
Reply
#2

plz help me
Reply
#3

Which Animation?
Reply
#4

We can't seem to understand which animation you're talking about.
so take a look at here, It contains the list of All animations
https://sampwiki.blast.hk/wiki/Animations
Reply
#5

Quote:

ApplyAnimation(playerid,"PED","EV_dive",4.0,0,0,0, 0,0);
ApplyAnimation(playerid,"PED","EV_dive",4.0,0,0,0, 0,0);

tow Repeat
Reply
#6

Put this under your OnPlayerCommandText Callback
pawn Код:
if(!strcmp(cmdtext, "/animation"))
     {
        ApplyAnimation(playerid,"PED","EV_dive",4.0,0,0,0, 0,0);
        return 1;
     }
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)