loose indentation help?
#1

Код:
C:\Users\piзww3\Desktop\ww3\gamemodes\cod.pwn(395) : warning 217: loose indentation
C:\Users\piзww3\Desktop\ww3\gamemodes\cod.pwn(398) : warning 225: unreachable code
C:\Users\piзww3\Desktop\ww3\gamemodes\cod.pwn(398) : warning 217: loose indentation
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


3 Warnings.
Код:
	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;

	return 1;
}
Line 395
Код:
SendMessageToBox(str);
398;

Код:
return 1;
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)