17.07.2015, 08:22
(
Последний раз редактировалось DrumYum; 17.07.2015 в 10:10.
)
What is the matter with applyAnimation for Actor?
denizx sent me a private message, where he can't apply animation for actor because of client crash.
I tested and same for me.
Is it bug or what?
If I process this command I will crash:
UPDATE: https://github.com/Shoebill/Shoebill...1defe528abe7e5 , oh, already fixed?
denizx sent me a private message, where he can't apply animation for actor because of client crash.
I tested and same for me.
Is it bug or what?
If I process this command I will crash:
Код:
@Command
public boolean testactoranim(Player p)
{
Actor policeman = Actor.create(new Random().nextInt(11) + 300, p.getLocation());
policeman.applyAnimation("DANCING", "dance_loop", 4.1F, true, true, true, true, 0);
return true;
}

