[HELP] Player chat anim when typing
#1

I need something that applies the IDLE_CHAT animation if you type something ingame. I don't want the player to freeze I also want it to stop after a few seconds and reset the player to normal, I odn't want the player stuck in the animation if you know what I mean. :P

Thanks!
Reply
#2

pawn Код:
public OnPlayerText(playerid, text[])
{
    ApplyAnimation(playerid, "PED", "IDLE_CHAT", 3, 1, 1, 1, 1, 1);
    return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)