Talking with hands... anim
#4

Here ya go.
pawn Код:
public OnPlayerText(playerid, text[])
{
    new Len = strlen(text);
    new chat = (Len * 150);
    SetTimerEx("StopTalk", chat, false, "i", playerid);
    ApplyAnimation(playerid, "PED","IDLE_CHAT", 4.1, 0, 1, 1, 1, chat, 0);
    return 1;
}

{
    ApplyAnimation(playerid, "PED", "endchat_01",4.0,1,0,0,0,1);
    ClearAnimations(playerid);
    return 1;
}
Reply


Messages In This Thread
Talking with hands... anim - by PaulDinam - 27.06.2012, 11:12
Re: Talking with hands... anim - by [MM]RoXoR[FS] - 27.06.2012, 11:28
Re: Talking with hands... anim - by vital2k - 27.06.2012, 11:33
Re: Talking with hands... anim - by milanosie - 27.06.2012, 11:41

Forum Jump:


Users browsing this thread: 1 Guest(s)