Beispiel #1
0
 public static void SetAnimNonRpcCommand(BasePlayer sender, string animlib, string animname)
 {
     sender.ApplyAnimation(animlib, animname, 1.0f, true, false, false, false, 0);
     sender.SendClientMessage("Applying animation without Rpc!");
 }