16.01.2016, 18:03
Okay I don't know where the problem is , but I can tell you some possibilities
1.The two actors are close to each other so increase the distance between them
2. there is a problem in the animation of the actors so try to change this:
to this:
1.The two actors are close to each other so increase the distance between them
2. there is a problem in the animation of the actors so try to change this:
pawn Код:
ApplyActorAnimation(Robber1, "PED", "IDLE_CHAT", 1.800001, 1, 1, 1, 1, 13000);
ApplyActorAnimation(Robber2, "PED", "IDLE_CHAT", 1.800001, 1, 1, 1, 1, 13000);
pawn Код:
ApplyActorAnimation(Robber1, "PED", "IDLE_CHAT", 1.800001, 1, 0, 0, 1, 13000);
ApplyActorAnimation(Robber2, "PED", "IDLE_CHAT", 1.800001, 1, 0, 0, 1, 13000);