[AYUDA]Poner Animacion
#1

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?
Reply
#2

podes poner algo asi
pawn Код:
public OnPlayerText(playerid, text[])
{
  ApplyAnimation(playerid, "DEALER", "DEALER_DEAL" 2.0, 1, 0, 0, 0, 0);
  return 1;
}
Reply
#3

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

Reply
#4

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
Reply
#5

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)