The-Programmer Forum

tonystark75 a écrit le dernier message :
#4
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