Posts: 253
Threads: 98
Joined: Jan 2012
Reputation:
0
Can someone helpme how can I make talk style command so it set coustum animations while player types something.
Posts: 46
Threads: 3
Joined: Dec 2010
Reputation:
0
at the function:
public OnPlayerCommandText
put these lines:
if(GetPlayerState(playerid) == PLAYER_STATE_ONFOOT)
{
ApplyAnimation(playerid, "MISC", "Idle_Chat_02", 4.1, 0, 1, 1, 1, 1);
}
Posts: 253
Threads: 98
Joined: Jan 2012
Reputation:
0
No I mean you can select a coustum one using /talkstyle command.