[Ajuda] Portao Automatico
#1

Bom, estou tentando criar um portao automatico, mais chega uma hora que o portao some sozinho...

ja tentei de varios modos e nao deu certo =/ se alguem puder ajudar fico muito agradecido =)

O Codigo ta assim:

No topo:

PHP код:
forward AbrirPortaoG;
static 
PortaoGangsters
Em OnGameModeInit:

PHP код:
SetTimer("AbrirPortaoG",1000,true);
PortaoGangsters CreateObject(969,2459.52050781,1963.07348633,9.99999046,0.00000000,0.00000000,0.00000000); 
E no fim:

PHP код:
public AbrirPortaoG()
{
    for(new 
p=0MAX_PLAYERSp++)
    {
        if (
pInfo[p][EQUIPE] == GANGSTERS)
         {
            if (
IsPlayerInRangeOfPoint(p,6.0,2459.52050781,1963.07348633,9.99999046))
             {
                
MoveObject(PortaoGangsters,2450.5205078125,1963.07348633,9.99999046,0.5);
               }
               else
               {
                   
MoveObject(PortaoGangsters,2459.5205078125,1963.07348633,9.99999046,0.5);
               }
        }
    }

Reply


Messages In This Thread
[Ajuda] Portao Automatico - by Dark.Angel - 19.06.2011, 22:29
Re: [Ajuda] Portao Automatico - by Dr_Pawno - 19.06.2011, 22:54
Re: [Ajuda] Portao Automatico - by Dark.Angel - 19.06.2011, 22:56
Re: [Ajuda] Portao Automatico - by Chefгo - 19.06.2011, 22:56
Re: [Ajuda] Portao Automatico - by Dark.Angel - 19.06.2011, 23:10
Re: [Ajuda] Portao Automatico - by Dark.Angel - 20.06.2011, 04:02
Re: [Ajuda] Portao Automatico - by Shadoww5 - 20.06.2011, 10:51
Re: [Ajuda] Portao Automatico - by Nake01 - 20.06.2011, 12:26
Re: [Ajuda] Portao Automatico - by Dark.Angel - 20.06.2011, 15:17

Forum Jump:


Users browsing this thread: 4 Guest(s)