[AJUDA]Sistema de radar
#4

PHP код:
forward Check();
new 
Aviao[MAX_PLAYERS];
new 
Procurando[MAX_PLAYERS];
public 
OnGameModeInit()
{
    
SetTimer("Check"1000true);
    return 
1;
}
public 
Check()
{
    for( new 
0MAX_VEHICLESc++)
    {
        for( new 
0MAX_PLAYERS++)
        {
            new 
Float:Pos[3];
            
GetVehiclePos(cPos[0], Pos[1], Pos[2]);
            if(
GetVehicleModel(c) == 476 || GetVehicleModel(c) == 460 || GetVehicleModel(c) == 513 || GetVehicleModel(c) == 519 || GetVehicleModel(c) == 553 || GetVehicleModel(c) == 520 || GetVehicleModel(c) == 593 || GetVehicleModel(c) == 512 || GetVehicleModel(c) == 511 || GetVehicleModel(c) == 577 || GetVehicleModel(c) == 592)
            {
                if(
Pos[2] > 200// TROQUE ESTE VALOR PELA ALTURA MINIMA QUE O AVIAO DEVE ESTAR
                
{
                    if(
Procurando[i] == 0)
                    {
                        
Aviao[i] = c;
                        
SetVehicleParamsForPlayer(ci10);
                        
SendClientMessage(c, -1"Va atras deste aviao !!");
                        
Procurando 1;
                        return 
1;
                    }
                    return 
1;
                }
                return 
1;
            }
            if(
Procurando[i] == 1)
            {
                if(
IsPlayerInRangeOfPoint(i15.0Pos[0], Pos[1], Pos[2]))
                {
                    
SendClientMessage(i, -1"Vocк estб proximo do aviao. Agora, basta acabar com ele \o/.");
                    
SetVehicleParamsForPlayer(Aviao[i], i00);
                    return 
1;
                }
                return 
1;
            }
            return 
1;            
        }
        
    }
    return 
1;

#DUVIDA

Pessoal, tenho uma duvida quanto aos "return". No codigo acima, era necessбrio colocar todos estes "return" ?

Caso nгo, como deveria ficar o codigo e por que ? '-'
Reply


Messages In This Thread
[AJUDA]Sistema de radar - by willian Franco - 11.06.2011, 23:05
Re: [AJUDA]Sistema de radar - by SuB_ZeRo0_ - 11.06.2011, 23:06
Re: [AJUDA]Sistema de radar - by Ricop522 - 11.06.2011, 23:07
Re: [AJUDA]Sistema de radar - by Shadoww5 - 11.06.2011, 23:42
Re: [AJUDA]Sistema de radar - by Ricop522 - 11.06.2011, 23:54

Forum Jump:


Users browsing this thread: 1 Guest(s)