[AJUDA Simples] Warning.
#1

Galera achei um FS de patins mais, e passei para o pwn, mais ele ta dando esses warning, consegui ajeita alguns, mais esses 3 pessiste.

Linhas:

PHP код:
public OnDialogResponse(playeriddialogidresponselistiteminputtext[])
{
   if(
dialogid == M_Patins)
   {
       if(
response)
       {
            if(
listitem == 0)
                {
                   
SendClientMessage(playerid,M_Cor,"    {FFFF00}INFO{AFAFAF}: Patins parado com sucesso");
                 
Patins_M[playerid] = 1;
                return 
true;
                   }
            if(
listitem == 1)//LINHA DO WARNING
                
{
                 
SendClientMessage(playerid,M_Cor,"    {FFFF00}INFO{AFAFAF}: Vocк mudou a velocidade do seu patins para: {FFAAFF}Velocidade Mйdia");
                 
SendClientMessage(playerid,M_Cor,"    {FFFF00}USE{AFAFAF} a BARRA DE ESPAЗO para correr, {FFFF00}USE{AFAFAF} a tecla ALT para parar o patins");
                 
Patins_M[playerid] = 3;
                 return 
true;
                 }
             if(
listitem == 2)//LINHA DO WARNING
                 
{
                 
SendClientMessage(playerid,M_Cor,"    {FFFF00}INFO{AFAFAF}: Vocк mudou a velocidade do seu patins para: {FF0000}Velocidade Mбxima");
                 
SendClientMessage(playerid,M_Cor,"    {FFFF00}USE{AFAFAF} a BARRA DE ESPAЗO para correr, {FFFF00}USE{AFAFAF} a tecla ALT para parar o patins");
                 
Patins_M[playerid] = 4;
                   return 
true;
                 }
          }
    return 
1;//LINHA DO WARNING
   
}
   return 
0;

Warnings:

PHP код:
C:\Users\Antonio\samp host\filterscripts\Patins.pwn(34) : warning 217loose indentation
C
:\Users\Antonio\samp host\filterscripts\Patins.pwn(41) : warning 217loose indentation
C
:\Users\Antonio\samp host\filterscripts\Patins.pwn(49) : warning 217loose indentation
Pawn compiler 3.2.3664              Copyright 
(c1997-2006ITB CompuPhase
3 Warnings

Reply


Messages In This Thread
[AJUDA Simples] Warning. - by atsbs - 30.11.2011, 19:54
Re: [AJUDA Simples] Warning. - by Hardware - 30.11.2011, 19:57
Re: [AJUDA Simples] Warning. - by Mattos - 30.11.2011, 19:58
Re: [AJUDA Simples] Warning. - by atsbs - 30.11.2011, 20:09
Re: [AJUDA Simples] Warning. - by Mattos - 30.11.2011, 20:13
Re: [AJUDA Simples] Warning. - by atsbs - 30.11.2011, 20:35

Forum Jump:


Users browsing this thread: 1 Guest(s)