Posts: 232
Threads: 108
Joined: Apr 2009
Reputation:
0
I wish you could tell me how to do that when you talk with someone you do T that animation / chat?
Thanks in advance
PS: I am from romania and I hope you understand
Posts: 188
Threads: 37
Joined: Aug 2008
Reputation:
0
I hope this is the way,I havent tried it before
Also dont forget to add your OnPlayerText <-------System
public OnPlayerText(playerid, text[])
ApplyAnimation(playerid,"PED","IDLE_CHAT",4.1,0,1, 1,1,1); //or you might have this like that
SetPlayerSpecialAction(playerid,SPECIAL_ACTION_CHA T);
PlayerUsingAnim[playerid] = 1;
AnimTimer = SetTimerEx("HideText",5000,0,"i",playerid);
return 1;
}
I might be wrong I havent tried so...keep searching or someone else will tell you
Posts: 232
Threads: 108
Joined: Apr 2009
Reputation:
0
And what I do? good is that? I do not really understand