Actors bug
#6

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:

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);
to this:
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);
Reply


Messages In This Thread
Actors bug - by zamaleksc - 16.01.2016, 17:42
Re: Actors bug - by Eth - 16.01.2016, 17:53
Re: Actors bug - by zamaleksc - 16.01.2016, 17:54
Re: Actors bug - by Eth - 16.01.2016, 17:57
Re: Actors bug - by zamaleksc - 16.01.2016, 17:59
Re: Actors bug - by Eth - 16.01.2016, 18:03
Re: Actors bug - by zamaleksc - 16.01.2016, 18:06
Re: Actors bug - by Eth - 16.01.2016, 18:07
Re: Actors bug - by zamaleksc - 16.01.2016, 18:11
Re: Actors bug - by -CaRRoT - 16.01.2016, 18:14
Re: Actors bug - by zamaleksc - 16.01.2016, 18:18
Re: Actors bug - by Eth - 16.01.2016, 18:23
Re: Actors bug - by zamaleksc - 16.01.2016, 18:52
Re: Actors bug - by Eth - 16.01.2016, 18:56

Forum Jump:


Users browsing this thread: 4 Guest(s)