animacion no se quita :S
#4

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
    SetTimerEx("animacionoff",2000, false, "i", playerid);
    }
    }
    }
    return 1;
}
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)