[AYUDA]Poner Animacion -
Roymer - 28.01.2010
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?
Re: [AYUDA]Poner Animacion -
TheChaoz - 28.01.2010
podes poner algo asi
pawn Код:
public OnPlayerText(playerid, text[])
{
ApplyAnimation(playerid, "DEALER", "DEALER_DEAL" 2.0, 1, 0, 0, 0, 0);
return 1;
}
Re: [AYUDA]Poner Animacion -
Roymer - 28.01.2010
Me Da Esto Errores...
error 001: expected token: "-string end-", but found "-identifier-"
C:\Documents and Settings\Pierson\Escritorio\Server \gamemodes\ArRp.pwn(4810
: error 001: expected token: ";", but found ")"
C:\Documents and Settings\Pierson\Escritorio\Servero\gamemodes\ArRp .pwn(4810
: error 029: invalid expression, assumed zero
C:\Documents and Settings\Pierson\Escritorio\Server\gamemodes\ArRp. pwn(4810
: fatal error 107: too many error messages on one line
Re: [AYUDA]Poner Animacion -
TheChaoz - 28.01.2010
me comi una , despues de "DEALER_DEAL"
quedaria asi:
pawn Код:
public OnPlayerText(playerid, text[])
{
ApplyAnimation(playerid, "DEALER", "DEALER_DEAL", 2.0, 1, 0, 0, 0, 0);
return 1;
}
Editado: para mas animaciones mira
aca
Re: [AYUDA]Poner Animacion -
Karkanos - 30.01.2010
bueno pon este codigo ApplyAnimation(playerid,"PED","IDLE_chat",4.1,7,5, 1,1,1);
en public OnPlayerText(playerid, text[])
asi , ejemplo
public OnPlayerText(playerid, text[])
{
ApplyAnimation(playerid,"PED","IDLE_chat",4.1,7,5, 1,1,1);
return 1;
}
es casi lo mismo de arriba pero la accion es diferente