Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
This is my guess in c++(itsnt animation just chaning ur pitch). Idk what is coding but I hope it will help you.
static bool zeropitch=false;
if(injump){
zeropitch = true;
}
if(zeropitch && onland){
if(timer == 0ms){
timerstart();
} else {
timerrestart();
}
if(timer >= 5000ms){
timerstop();
zeropitch = false;
timer = 0ms;
pitch = 89.f; //changing pitch back or make smth like global value for chaning aa in ur code
// (if timer ... change to value to... if value=... pitch = 0.f else *ur dropdown/custom slider*)
} else {
pitch = 0.f; //changing pitch
}
}
Последнее редактирование: 16 Май 2018