03.01.2012, 19:38
Bom fiz um comando de /admins
e deu um warning.
Warning >
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.

