loose indentation help?
#7

Quote:
Originally Posted by Azhar
Посмотреть сообщение
This will be true:

Код:
switch(reason)
        {
            case 0: format(str, sizeof(str), "%s(%d) isimli oyuncu sunucudan ~r~~h~cikis ~w~yapti.(Baglanti Koptu)", PlayerName,playerid);
            case 1: format(str, sizeof(str), "%s(%d) isimli oyuncu sunucudan ~r~~h~cikis ~w~yapti.(Kendi istegiyle)", PlayerName,playerid);
            case 2: format(str, sizeof(str), "%s(%d) isimli oyuncu sunucudan ~r~~h~cikis ~w~yapti.(Kick veya ban)", PlayerName,playerid);
        }
        SendMessageToBox(str);
        return 1;
}
Код:
C:\Users\piзww3\Desktop\ww3\gamemodes\cod.pwn(389) : warning 217: loose indentation
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Warning.
389;
Код:
switch(reason)
Reply


Messages In This Thread
loose indentation help? - by PrednizoN - 22.04.2016, 16:52
Re: loose indentation help? - by ProRakNet - 22.04.2016, 17:07
Re: loose indentation help? - by PrednizoN - 22.04.2016, 17:11
Re: loose indentation help? - by ProRakNet - 22.04.2016, 17:16
Re: loose indentation help? - by Azhar - 22.04.2016, 17:17
Re: loose indentation help? - by iKevin - 22.04.2016, 17:21
Re: loose indentation help? - by PrednizoN - 22.04.2016, 17:27
Re: loose indentation help? - by Azhar - 22.04.2016, 17:30

Forum Jump:


Users browsing this thread: 1 Guest(s)