animacion no se quita :S
#1

Hola, tengo esto:

pawn Код:
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
    if (newkeys & KEY_WALK)
    {
    if(PlayerToPoint(2.0,playerid,1759.9247,-1924.5101,13.5753))
    {
    if(luzencendia[playerid] == 1){
    luzencendia[playerid] = 0;
    SetWorldTime(6);
    TextDrawHideForPlayer(playerid, alt);
    ApplyAnimation(playerid,"PED","gang_gunstand",4.0,1,1,1,1,1);  //<<<<<<<<< ESTA ANIM
    SetTimer("animacionoff",2000,true);
    }
    }
    }
    return 1;
}
bien pues esa animacion que hay puesta se debe de kitar con el settimer {animacionoff} pero no es el caso ya que no se kita, se queda hay...

el settimer lleva esto:

pawn Код:
forward animacionoff(playerid);
public animacionoff(playerid)
{
ClearAnimations(playerid);
}
Reply


Messages In This Thread
animacion no se quita :S - by most - 22.12.2010, 22:43
Re: animacion no se quita :S - by CristianTdj - 22.12.2010, 22:53
Re: animacion no se quita :S - by most - 22.12.2010, 23:05
Re: animacion no se quita :S - by The_Moddler - 23.12.2010, 00:23
Re: animacion no se quita :S - by most - 23.12.2010, 12:37
Re: animacion no se quita :S - by The_Moddler - 23.12.2010, 13:15
Re: animacion no se quita :S - by most - 23.12.2010, 13:41
Respuesta: animacion no se quita :S - by Jovanny - 24.12.2010, 03:45
Respuesta: animacion no se quita :S - by TheChaoz - 24.12.2010, 03:53
Re: animacion no se quita :S - by TiNcH010 - 24.12.2010, 05:51

Forum Jump:


Users browsing this thread: 1 Guest(s)