[Ajuda] Problema com portoes automaticos
#6

pawn Код:
public FBIGateOpen()
{
    for(new i = 0; i < MAX_PLAYERS; i++)
    {
        if(PlayerToPoint(20.0, i, 2517.082275, 2346.282714, 13.300230) && FBIGateOpen == 0)
        {
            if(GetTeam[i] == CLASS_FBI)
            {
                MoveObject(FBIGate, 2517.082275, 2346.282714, 05.300230, 2.0);
                FBIGateOpen = 1;
                SetTimer("FBIGateClose",5000,0);
            }
        }
    }
}

public FBIGateClose()
{
    FBIGateOpen = 0;
    MoveObject(FBIGate, 2517.082275, 2346.282714, 13.300230, 5.0);
}
Reply


Messages In This Thread
Problema com portoes automaticos - by blackscripter - 03.01.2013, 18:23
Re: Problema com portoes automaticos - by TugaBR - 03.01.2013, 18:52
Re: Problema com portoes automaticos - by blackscripter - 03.01.2013, 18:56
Re: Problema com portoes automaticos - by tonisantolia - 03.01.2013, 19:28
Re: Problema com portoes automaticos - by blackscripter - 03.01.2013, 20:29
Re: Problema com portoes automaticos - by HardWar - 03.01.2013, 21:25

Forum Jump:


Users browsing this thread: 1 Guest(s)