SA-MP Forums Archive
/talkstyle command - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: /talkstyle command (/showthread.php?tid=368846)



/talkstyle command - Dare Devil..... - 14.08.2012

Can someone helpme how can I make talk style command so it set coustum animations while player types something.


Re: /talkstyle command - xtreamer - 14.08.2012

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);
}


Re: /talkstyle command - Dare Devil..... - 14.08.2012

No I mean you can select a coustum one using /talkstyle command.


Re: /talkstyle command - Dare Devil..... - 15.08.2012

ANYONE?


Re: /talkstyle command - Dare Devil..... - 15.08.2012

BUMP