speaking anim
#6

u can use as a cmd :
for example:
public OnPlayerCommandText(playerid, cmdtext[])
{
if(strcmp(cmd, "/chat", true) == 0)
{
ApplyAnimation(playerid, "PED", "IDLE_CHAT", 4.1, 1, 1, 1, 1, 1, 1);
SendClientMessage(playerid, 0xAFAFAFAA, "talking");
return 1;
}
return 0;
}
Reply


Messages In This Thread
speaking anim - by IndependentGaming - 13.02.2015, 10:00
Re: speaking anim - by CalvinC - 13.02.2015, 10:09
Re: speaking anim - by IndependentGaming - 13.02.2015, 10:10
Re: speaking anim - by PaulDinam - 13.02.2015, 10:17
Re: speaking anim - by CalvinC - 13.02.2015, 10:32
Re: speaking anim - by kinggta - 13.02.2015, 10:35

Forum Jump:


Users browsing this thread: 1 Guest(s)