08.04.2010, 01:58
How to make so when a player does types anything it shows a talking animation?
public OnPlayerText(playerid, text[]) {ApplyAnimation(playerid,"ANIMTYPE","THEANIM",2.1,1,1,1,1,0); return 1; }
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 |
public OnPlayerText(playerid,text[])
{
ApplyAnimation(playerid,"PED","phone_talk",2.1,1,1,1,1,0);
return 1;
}
Originally Posted by johnathon956
pawn Код:
|
Originally Posted by Steven82
Quote:
|
Originally Posted by johnathon956
Quote:
|
/drunk