Talking Anim.
#1

How to make so when a player does types anything it shows a talking animation?
Reply
#2

Check if the player is typing, and once if Sent, set the animation. i believe
Reply
#3

I don't understand the coding for it though.
Reply
#4

I found it i think



Код:
public OnPlayerText(playerid, text[])
{ApplyAnimation(playerid,"ANIMTYPE","THEANIM",2.1,1,1,1,1,0);
	return 1;
}

SORRY I don't know the animation for it Maybe u can find it at sa-mp wiki
Reply
#5

Quote:
Originally Posted by ("GгNSTг")
I found it i think



Код:
public OnPlayerText(playerid, text[])
{ApplyAnimation(playerid,"ANIMTYPE","THEANIM",2.1,1,1,1,1,0);
	return 1;
}

SORRY I don't know the animation for it Maybe u can find it at sa-mp wiki
whats the anim names
Reply
#6

pawn Код:
public OnPlayerText(playerid,text[])
{
    ApplyAnimation(playerid,"PED","phone_talk",2.1,1,1,1,1,0);
    return 1;
}
Reply
#7

Quote:
Originally Posted by johnathon956
pawn Код:
public OnPlayerText(playerid,text[])
{
    ApplyAnimation(playerid,"PED","phone_talk",2.1,1,1,1,1,0);
    return 1;
}
Fail this makes them look like they talking on a phone
Reply
#8

Quote:
Originally Posted by Steven82
Quote:
Originally Posted by johnathon956
pawn Код:
public OnPlayerText(playerid,text[])
{
    ApplyAnimation(playerid,"PED","phone_talk",2.1,1,1,1,1,0);
    return 1;
}
Fail this makes them look like they talking on a phone
yeah i know
Reply
#9

Quote:
Originally Posted by johnathon956
Quote:
Originally Posted by Steven82
Quote:
Originally Posted by johnathon956
pawn Код:
public OnPlayerText(playerid,text[])
{
    ApplyAnimation(playerid,"PED","phone_talk",2.1,1,1,1,1,0);
    return 1;
}



Fail this makes them look like they talking on a phone
yeah i know
Haha thank though you got me to understand animations, thanks man.

but how do i stop animation with a command, like
Код:
/drunk
Reply
#10

Do the same thing maybe and apply the animation of "chat"
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)