Problema con comandos de animaciones
#3

intentalo asi:
pawn Код:
if(strcmp(cmd, "/seсagang6", true) == 0){
  ApplyAnimation(playerid, "GHANDS", "gsign3LH", 4.0, 1, 0, 0, 0, 0);
   return 1;
 }
 
  if(strcmp(cmd, "/seсagang7", true) == 0){
  ApplyAnimation(playerid, "GHANDS", "gsign4", 4.0, 1, 0, 0, 0, 0);
   return 1;
 }
 
  if(strcmp(cmd, "/seсagang8", true) == 0){
  ApplyAnimation(playerid, "GHANDS", "gsign4LH", 4.0, 1, 0, 0, 0, 0);
   return 1;
 }
 
  if(strcmp(cmd, "/seсagang9", true) == 0){
  ApplyAnimation(playerid, "GHANDS", "gsign5", 4.0, 1, 0, 0, 0, 0);
  return 1;
}
 
  if(strcmp(cmd, "/seсagang10'", true) == 0){
  ApplyAnimation(playerid, "GHANDS", "gsign5LH", 4.0, 1, 0, 0, 0, 0);
    return 1;
}
 
  if(strcmp(cmd, "/deteneranim", true) == 0) {
  ClearAnimations(playerid);
    return 1;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)