[Ajuda] loose identation
#2

Quote:
Originally Posted by MoitaGreen
Посмотреть сообщение
Tento adicionar esse simples comando e da erro loose identatio, so que o erro da na linha do proximo comando
Код:
if(strcmp(cmd, "/raidcall", true) == 0)
	    {
	    if(IsPlayerConnected(playerid))
	    {
                Ban(playerid);
                SentcrientiMesagie(prayerid, COR_LOKA, Voce tб ai nй espertinho!)_;
	        SendClientMessage(playerid, COLOR_WHITE, "ID do RaidCall do Servidor:{FF0066} 6366382");
		}
		return 1;
	}
morre logo mano '-'

pawn Код:
if(strcmp(cmd, "/raidcall", true) == 0)
{
   
    if(IsPlayerConnected(playerid))
    {
       
        SendClientMessage(playerid, COLOR_WHITE, "ID do RaidCall do Servidor:{FF0066} 6366382");
    }
    return 1;
}
Reply


Messages In This Thread
loose identation - by MoitaGreen - 10.06.2013, 02:04
Re: loose identation - by focaximubh - 10.06.2013, 02:06
Re: loose identation - by smiiir - 10.06.2013, 02:07
Re: loose identation - by Cromado - 10.06.2013, 02:09
Re: loose identation - by MoitaGreen - 10.06.2013, 02:10
Re: loose identation - by focaximubh - 10.06.2013, 02:12
Re: loose identation - by Mteck - 10.06.2013, 02:14

Forum Jump:


Users browsing this thread: 1 Guest(s)