[Ajuda]Portao Automatico
#5

Topo do GameMode
pawn Код:
new PPortaoBallas;
forward PortaoBallas();
public OnGameModeInit
pawn Код:
SetTimer("PortaoBallas", 200, true);
PPortaoBallas = CreateObject(980, 2165.1608886719, -1135.7752685547, 27.127239227295, 0, 0, 269.99996948242);
Em Qualquer Parte Do GameMode Estando Fora De Qualquer Public
pawn Код:
public PortaoBallas()
{
    for(i=0;i<MAX_PLAYERS;++i)
    {
        if( gTeam[i] == time_balla)
        {
            if(IsPlayerInRangeOfPoint(i,15.0,2165.1608886719, -1135.7752685547, 27.127239227295))
            {
                MoveObject(PPortaoBallas, 2163.6125488281, -1141.2938232422, 26.861921310425, 2);
            }
            else
            {
                MoveObject(PPortaoBallas,2165.1608886719, -1135.7752685547, 27.127239227295, 2);
            }
        }
    }
    return true
}
PS: nгo se pode ter publics e variaveis com o mesmo nome =)
Reply


Messages In This Thread
[Ajuda]Portao Automatico - by Keiichi - 04.06.2011, 21:19
Re: [Ajuda]Portao Automatico - by Shadoww5 - 04.06.2011, 21:37
Re: [Ajuda]Portao Automatico - by Keiichi - 04.06.2011, 21:46
Re: [Ajuda]Portao Automatico - by Keiichi - 04.06.2011, 21:48
Re: [Ajuda]Portao Automatico - by TiagoPS - 04.06.2011, 21:56
Re: [Ajuda]Portao Automatico - by Keiichi - 04.06.2011, 22:12
Re: [Ajuda]Portao Automatico - by Keiichi - 04.06.2011, 22:14
Re: [Ajuda]Portao Automatico - by Shadoww5 - 04.06.2011, 22:44
Re: [Ajuda]Portao Automatico - by Keiichi - 06.06.2011, 21:30
Re: [Ajuda]Portao Automatico - by [AF]Junior - 06.06.2011, 21:51

Forum Jump:


Users browsing this thread: 2 Guest(s)