[AJUDA] Warning's chatos.
#1

Код:
C:\Users\Evil\Documents\SAMP\Servezin\gamemodes\lol.pwn(20837) : warning 217: loose indentation
C:\Users\Evil\Documents\SAMP\Servezin\gamemodes\lol.pwn(20862) : warning 217: loose indentation
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase

Header size:          10632 bytes
Code size:          1972244 bytes
CMD :

pawn Код:
if(!strcmp(cmdtext,"/escudo",true))
{
    if(IsACop(playerid))
    {
        if(Equipamentos[playerid] == 1)
        {
            RemovePlayerAttachedObject(playerid,3);
            Equipamentos[playerid] = 0;
            return 1;
        }
        if(Equipamentos[playerid] == 0)
        {
            SetPlayerAttachedObject(playerid,3,18637,13,0.35,0.0,0.0,0.0,0.0,180.0);
            SendClientMessage(playerid,COLOR_GREY,"Escudo Ativado !");
            Equipamentos[playerid] = 1;
            return 1;
        }
    }
    else
    {
        SendClientMessage(playerid,COLOR_GREY,"Vocк nгo й um Oficial.");
    }
    return 1;
}
Alguem pode me ajudar a corrigir estes Warning's?
Reply
#2

Tem certeza que sгo essas linhas?
Reply
#3

Manda as linhas.
E talvez algumas linhas antes possa causar isso tambйm.
Reply
#4

Certeza absoluta , ou meu Pawno ta cheirado '-'

Код:
(20837) : warning 217: loose indentation
(20862) : warning 217: loose indentation
Linhas

pawn Код:
if(strcmp(cmd, "/equipar", true) == 0) //20862
if(!strcmp(cmdtext,"/escudo",true)) //20837
@Edit :

Se eu tiro o /escudo some os Warning's '-'
Reply
#5

Se й no if provavelmente o warning tб sendo causado pelos cуdigos anteriores a ele que seguem uma faixa diferente de identaзгo
Reply
#6

https://sampforum.blast.hk/showthread.php?tid=170773
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)