Animation when talk ?
#4

pawn Код:
public OnPlayerText(playerid, text[])
{
    if(GetPlayerState(playerid) == PLAYER_STATE_ONFOOT)
    {
        new length = strlen(text), time = (length * 200);
        ApplyAnimation(playerid, "PED", "IDLE_CHAT", 4.1, 0, 1, 1, 1, time, 1);
    }
    return 1;
}
Reply


Messages In This Thread
Animation when talk ? - by VenusDarkX - 17.03.2016, 05:39
Re: Animation when talk ? - by SickAttack - 17.03.2016, 06:06
Re: Animation when talk ? - by VenusDarkX - 17.03.2016, 06:15
Re: Animation when talk ? - by SickAttack - 17.03.2016, 06:20

Forum Jump:


Users browsing this thread: 1 Guest(s)