[Ajuda] Settimer Anim
#5

Axo, que vocк pode fazer assim:

pawn Код:
// no comando de roubar o banco

if(strcmp(cmdtext,"/roubarbanco",true, 12)== 0)
{
    ApplyAnimation(... animaзгo de roubar);
    SetTimerEx("clearanimation",60000,false,"i",playerid);
    // outras funcoes..
    return 1;
}

// no final do gm
forward clearanimation(id);
public clearanimation(id) { return ClearAnimations(id); }
Reply


Messages In This Thread
[Ajuda] Settimer Anim - by Gutierrez_zikaloko - 06.05.2012, 15:42
Re: [Ajuda] - by CidadeNovaRP - 06.05.2012, 15:44
Re: [Ajuda] Settimer Anim - by Gutierrez_zikaloko - 06.05.2012, 16:17
Re: [Ajuda] Settimer Anim - by CidadeNovaRP - 06.05.2012, 16:21
Re: [Ajuda] Settimer Anim - by steeldark - 06.05.2012, 21:40

Forum Jump:


Users browsing this thread: 1 Guest(s)