Talking animation
#1

Hi,

What talking animation, not freezing when using, because now i use in onplayertext

Код:
ApplyAnimation(playerid,"PED","IDLE_chat",4.1,0, 0, 0, 0, 700);
But this freeze player, for ex when running
Reply
#2

Код:
if(GetPlayerAnimationIndex(playerid) && !IsPlayerInAnyVehicle(playerid))
{
    
    //player is running
}
else
{
    //player is not running
}
Reply
#3

You don't understand i need other animation, instead of this.
Reply
#4

Quote:
Originally Posted by MerryDeer
Посмотреть сообщение
You don't understand i need other animation, instead of this.
He's saying how to figure out if the player is doing anything like running... If he's standing still, it'll hit the else.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)