[AJUDA] Warning em CMD
#1

Bom fiz um comando de /admins

e deu um warning.

Код:
    if(strcmp(cmdtext, "/admins", true) == 0)
	{
		new Jogador[24];
		new count5;
		new msg[120];
		for (new i=0; i<MAX_PLAYERS; i++) {
	    if(IsPlayerConnected(i) && IsPlayerAdmin(i)){
		GetPlayerName (i,Jogador,24);
		format (msg,sizeof (msg), "Admins Online : %s",Jogador);
	    SendClientMessage(playerid, 0xFFFFFFAA, msg);
        count5++;
        }
        }
        if(count5 == 0){
        SendClientMessage(playerid, 0xFFFFFFAA, "Nenhum Admin Online No Momento Aguarde.");
        }
		return 1;
	}
	 return SendClientMessage(playerid, 0xAA3333AA, "Comando Nгo existe.");
  }

Warning >

Код:
C:\Documents and Settings\Usuario\Desktop\Iniciante\gamemodes\RP.pwn(191) : warning 217: loose indentation
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Warning.
Reply


Messages In This Thread
[AJUDA] Warning em CMD - by Pedro Pawno - 03.01.2012, 19:38
Re: [AJUDA] Warning em CMD - by Kuddy - 03.01.2012, 19:42
Re: [AJUDA] Warning em CMD - by Adrian Fahrenheit Tepes - 03.01.2012, 19:43
Re: [AJUDA] Warning em CMD - by DrTHE - 04.01.2012, 00:17
Re: [AJUDA] Warning em CMD - by [O.z]Caroline - 04.01.2012, 01:52

Forum Jump:


Users browsing this thread: 2 Guest(s)