[AJUDA] 1 Warning.
#1

Код:
C:\Users\AsR\Servidores\BHA\gamemodes\BGL.pwn(48504) : warning 217: loose indentation
pawn Код:
if (PlayerInfo[playerid][pCargo] >= 3)
            {
              if (carrobb1 == 0)
                {
                 new usando = 1;
                 new Float:vX,Float:vY,Float:vZ;
                 GetVehiclePos(vitimac,vX,vY,vZ);
                 if(PlayerToPoint(3.5,playerid,vX,vY,vZ))
                 {
                       if (ProxDetectorS(5.0, playerid, vitima))
                       {

                            for(new i = 0; i < MAX_PLAYERS; i++)
                            {
                                new ncar;
                                ncar = GetPlayerVehicleID(i);
                                if(!IsPlayerInVehicle(i, ncar))
                                {
                                    usando = 0;
                                }
                                else
                                {
                                    SendClientMessage(matador, COLOR_RED, "A bomba nгo pode ser plantada com a pessoa no carro");
                                    return 1;
                                }
                            }
                            if(usando == 0)
                            {
                                vitimacarro = vitimac;
                                carrobb1 = 1;
                                SetTimer("tempocarrobb1", 120000, 0); // 000 = milйsimos entгo 1000 = 1 segundo, logo 300000 = 5 minutos
                                usando = 1;
                                SendClientMessage(playerid,0xFFFF00AA,"Bomba plantada.");
                                return 1;
                            }
                            else
                            {
                                SendClientMessage(matador, COLOR_RED, "A bomba nгo pode ser plantada com a pessoa no carro");
                                return 1;
                            }
                        }
                        else
                        {
                            SendClientMessage(playerid, COLOR_RED, "A vнtima estб muito prуxima б vocк.");
                            return 1;
                        }

                    }
                    else
                    {
                        SendClientMessage(playerid, COLOR_RED, "Vocк nгo estб perto do carro da vнtima.");
                        return 1;
                    }
                }
                else
                {
                    SendClientMessage(playerid, COLOR_RED, "Aguйm usou este comando, aguarde alguns minutos.");
                    return 1;
                }
             }
             else
             {
                 SendClientMessage(playerid, COLOR_RED, "Deve ser cargo 3+");
                 return 1;
             }
             }
             else
             {
                SendClientMessage(playerid, COLOR_RED, "Vocк nгo й Hitman, para usar este comando.");
                return 1;
             }
             }
             else
             {
                SendClientMessage(playerid, COLOR_RED, "Nъmero Invбlido.");
                return 1;
              }
          }
          return 1;  //linha
     }
Reply


Messages In This Thread
[AJUDA] 1 Warning. - by Panico622 - 22.03.2012, 16:24
Re: [AJUDA] 1 Warning. - by Delete_ - 22.03.2012, 16:25
Re: [AJUDA] 1 Warning. - by Abravanel - 22.03.2012, 16:26
Re: [AJUDA] 1 Warning. - by Panico622 - 22.03.2012, 16:34
Re: [AJUDA] 1 Warning. - by ViniBorn - 22.03.2012, 16:40
Re: [AJUDA] 1 Warning. - by Panico622 - 22.03.2012, 17:10
Re: [AJUDA] 1 Warning. - by @Riichard - 22.03.2012, 17:29
Re: [AJUDA] 1 Warning. - by Lucas_Alemao - 22.03.2012, 17:32
Re: [AJUDA] 1 Warning. - by ViniBorn - 22.03.2012, 17:34
Re: [AJUDA] 1 Warning. - by Sampizito - 22.03.2012, 17:35

Forum Jump:


Users browsing this thread: 1 Guest(s)