Animations
#1

With some anims you can turn and stuff instead of freezing you completely. Is there a fix to this? Also, when I apply this animation to a user they move/teleport to random spots :/

pawn Код:
ApplyAnimation(id,"BLOWJOBZ","BJ_COUCH_LOOP_W",4.0,1,1,1,1,1,1);
Reply
#2

man you dont know how to explain this.
Reply
#3

Try :

pawn Код:
ApplyAnimation(id,"BLOWJOBZ","BJ_COUCH_LOOP_W",4.0,1,1,1,1,1,1);
TogglePlayerControllable(playerid,true);
Reply
#4

Or some animations let you move. And others dontlet you move i think this is the problem.
Reply
#5

Still doesn't solve the teleporting issues of the animation :/
Reply
#6

Hey Cody,

There's a parameter in the ApplyAnimation function called 'freeze'.
Read more upon it: https://sampwiki.blast.hk/wiki/ApplyAnimation

Anyway, try this:
pawn Код:
ApplyAnimation(id,"BLOWJOBZ","BJ_COUCH_LOOP_W",4.1,1,1,1,0,1,1);
Kind regards,
Mike Peterson
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)