Animation
#1

This code doesn't work, when you do the command your player doesnt do the animation.
Quote:

if(strcmp(cmd, "/chairsit", true) == 0) {
LoopingAnim(playerid,"PED","SEAT_down",4.1,0,1,1,1 ,0);
return 1;
}

Reply
#2

I'm not 100% what the hell command that is, but try this:

pawn Код:
if(strcmp(cmd, "/chairsit", true) == 0)
{

    ApplyAnimation(playerid,"PED","SEAT_down",4.1,1,1,1,1,0);
    return 1;
}
Number of 0's may be wrong..
Reply
#3

Learn something as indetation
Reply
#4

Quote:
Originally Posted by Oxside
Learn something as indetation
Learn something as engrish and stop posting dope spam into peoples thread.

https://sampwiki.blast.hk/wiki/ApplyAnimation

Check this out if your 0,1 and blas are correctly how you want them.
Reply
#5

Why should i learn english? Its not my motherlanguage so......
And do know something like typ errors?
And i dont spam, only sometimes Unnecessary shit
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)