28.01.2010, 02:25
Hola amigos necesito qe porafavor me ayuden en esto, lo qe quiero es, qe cuando un User Dice Algo, Le Salga la animacion de /hablar, como hago eso?
public OnPlayerText(playerid, text[])
{
ApplyAnimation(playerid, "DEALER", "DEALER_DEAL" 2.0, 1, 0, 0, 0, 0);
return 1;
}
public OnPlayerText(playerid, text[])
{
ApplyAnimation(playerid, "DEALER", "DEALER_DEAL", 2.0, 1, 0, 0, 0, 0);
return 1;
}