22.04.2016, 17:27
Quote:
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.
Код:
switch(reason)