Animation [Rep+]
#4

If your trying to make a chat anim like in ls-rp

Put this under OnPlayerText
pawn Код:
new time=strlen(text)*100;
        ApplyAnimationEx(playerid,"PED","IDLE_CHAT",4.1,0,1,1,1,1);
        SetTimerEx("StopTalking",time,0,"i",playerid);
And this where your functions are.
pawn Код:
forward StopTalking(playerid);
public StopTalking(playerid)
{
    ApplyAnimationEx(playerid, "CARRY", "crry_prtial", 2.0, 0, 0, 0, 0, 0);
}
Reply


Messages In This Thread
Animation [Rep+] - by -CaRRoT - 22.01.2012, 18:58
Re: Animation [Rep+] - by 2KY - 22.01.2012, 19:59
Re: Animation [Rep+] - by Guest9328472398472 - 22.01.2012, 20:08
Re: Animation [Rep+] - by Lilcuete - 22.01.2012, 20:23

Forum Jump:


Users browsing this thread: 1 Guest(s)