[Ajuda] Animaзгo em roubo
#7

Chegou atй a me mandar MP *-*

pawn Код:
// TOPO DO GM

new TimerRoubo[MAX_PLAYERS];

forward TimerRoubo2(playerid);

// ONPLAYERCONNECT

TimerRoubo[playerid] = SetTimerEx("TimerRoubo2",1000,1,"i",playerid);

// ONPLAYERDISCONNECT

KillTimer(TimerRoubo[playerid]);

// ACABANDO DE ROUBAR

ClearAnimations(playerid);

// FIM DO GM

public TimerRoubo2(playerid)
{
    if(roubando[playerid] == 1)
    {
        ApplyAnimation(playerid,"ROB_BANK","CAT_Safe_Rob",5.0,1,0,0,0,0);
    }
    return 1;
}
Reply


Messages In This Thread
Animaзгo em roubo - by Veno - 10.05.2013, 15:47
Re: Animaзгo em roubo - by ViictorDaay- - 10.05.2013, 15:51
Respuesta: Animaзгo em roubo - by Wendell - 10.05.2013, 16:00
Re: Animaзгo em roubo - by ViictorDaay- - 10.05.2013, 16:03
Respuesta: Re: Animaзгo em roubo - by Wendell - 10.05.2013, 16:06
Re: Animaзгo em roubo - by Veno - 11.05.2013, 14:01
Re: Animaзгo em roubo - by BielCOP - 11.05.2013, 15:40

Forum Jump:


Users browsing this thread: 1 Guest(s)