anim chat when you talk ic-ly
#1

i need a fs when you talk icly not /b automatically make the /chat anim..
and when you speak not frozeen the player

who can give me a code for fs ?


sorry for english
Reply
#2

OnPlayerText add:
Код:
ApplyAnimation(playerid,"PED","IDLE_CHAT",4.0,0,0,0,1,1);
SetTimerEx("StopTalk", strlen(text)*80, false, "i", playerid);
and add new callback:
Код:
forward StopTalk(playerid);
public StopTalk(playerid) {
    ClearAnimations(playerid);
    return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)