ApplyActorAnimation
#7

Quote:
Originally Posted by BossArturKA
Посмотреть сообщение
Problem in synchronization of the "actor" <=> "player".
If to cause "ApplyActorAnimation" near "Actor" - everything works.
PHP код:
cmd:test(playeridparams[]){
    
ApplyActorAnimation(MyActor"DEALER""Dealer_idle"4.110000);
    return 
1;

The problem regarding actors is well known. They sometimes sync away from the objects, sometimes don't get their anim applied etc. What you can do is set a timer of 2-3 mins to respawn all actors and re-apply animation or simply run a 60 sec timer to re-apply animations on them, that way they will re-sync if there is someone near them every 60 sec.


Quote:
Originally Posted by Vince
Посмотреть сообщение
Does ApplyAnimation accept packed strings? Don't they need to be unpacked, first?
Yeah you can do it with packed strings.
Reply


Messages In This Thread
ApplyActorAnimation - by BossArturKA - 14.06.2016, 09:55
Re: ApplyActorAnimation - by xTURBOx - 14.06.2016, 10:22
Re: ApplyActorAnimation - by Vince - 14.06.2016, 10:42
Re: ApplyActorAnimation - by BossArturKA - 14.06.2016, 11:05
Re: ApplyActorAnimation - by Stinged - 14.06.2016, 11:12
Re: ApplyActorAnimation - by BossArturKA - 14.06.2016, 11:20
Re: ApplyActorAnimation - by TwinkiDaBoss - 14.06.2016, 11:43
Re: ApplyActorAnimation - by CarRamper - 14.06.2016, 11:57
Re: ApplyActorAnimation - by BossArturKA - 14.06.2016, 12:50
Re: ApplyActorAnimation - by BossArturKA - 14.06.2016, 14:04

Forum Jump:


Users browsing this thread: 3 Guest(s)