Problema con comandos de animaciones
#4

Quote:
Originally Posted by EnzoMetlc
Посмотреть сообщение
Te faltan los parбmetros, fнjate aquн: https://sampwiki.blast.hk/wiki/ApplyAnimation.

Saludos.
Estos son mis otros comandos de mismo tipo y me andan de maravilla:

pawn Код:
if(strcmp(cmd, "/seсagang1", true) == 0) {
  ApplyAnimation(playerid, "GHANDS", "gsign1", 4.0, 1, 0, 0, 0, 0);
  }
 
  if(strcmp(cmd, "/seсagang2", true) == 0) {
  ApplyAnimation(playerid, "GHANDS", "gsign1LH", 4.0, 1, 0, 0, 0, 0);
  }
 
  if(strcmp(cmd, "/seсagang3", true) == 0) {
  ApplyAnimation(playerid, "GHANDS", "gsign2", 4.0, 1, 0, 0, 0, 0);
  }
 
  if(strcmp(cmd, "/seсagang4", true) == 0) {
  ApplyAnimation(playerid, "GHANDS", "gsign2LH", 4.0, 1, 0, 0, 0, 0);
  }
 
  if(strcmp(cmd, "/seсagang5", true) == 0)
  ApplyAnimation(playerid, "GHANDS", "gsign3", 4.0, 1, 0, 0, 0, 0);
  }
No creo que sean los parбmetros.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)