Français Solved Comment jouer de la musique avec la guitare ACE et résoudre un problème d'animation

  • Auteur de la discussion Auteur de la discussion tonystark75
  • Date de début Date de début
Solution
Il est écrit dans la description du workshop :
" It adds a guitar, and also the static animations for it. This addon also contains guitar player animation, static animations is "gitaraP", and non-static animation "gitaraPlay".
To use the animation use SwitchMove command. "

En Français, dans le code que tu utilises pour mettre la musique, ajoute :
Code:
player switchMove "gitaraP"; // Animation statique
ou :
Code:
player switchMove "gitaraPlay"; // Animation dynamique
Salut !

Peux tu nous envoyer s'il te plais la ligne de config qui permet a ACE de jouer l'animation s'il te plais ?
Le soucis doit venir du fait que ce ne soit pas jouer en Global comme le nécessite un serveur Life.
 
Il est écrit dans la description du workshop :
" It adds a guitar, and also the static animations for it. This addon also contains guitar player animation, static animations is "gitaraP", and non-static animation "gitaraPlay".
To use the animation use SwitchMove command. "

En Français, dans le code que tu utilises pour mettre la musique, ajoute :
Code:
player switchMove "gitaraP"; // Animation statique
ou :
Code:
player switchMove "gitaraPlay"; // Animation dynamique
 
Solution
Il est écrit dans la description du workshop :
" It adds a guitar, and also the static animations for it. This addon also contains guitar player animation, static animations is "gitaraP", and non-static animation "gitaraPlay".
To use the animation use SwitchMove command. "

En Français, dans le code que tu utilises pour mettre la musique, ajoute :
Code:
player switchMove "gitaraP"; // Animation statique
ou :
Code:
player switchMove "gitaraPlay"; // Animation dynamique
hello , ça fonctionne pour moi merci
 
  • Like
Les réactions: SUTORU