[PEDIDO] /admins
#2

tem no cуdigo na seзгo Cуdigos.

Ou
pawn Код:
if(!strcmp(cmdtext, "/admins", true))
{
     new Jogador[24];
     new count = 0;
     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, 0x000FFFAA, msg);
               count++;
          }
     }
     if(count == 0) return  SendClientMessage(playerid, COR_VERMELHO, "Nгo tem nenhum adminstrador online agora!");
     return true;
}
Reply


Messages In This Thread
[PEDIDO] /admins - by Felipe_Wesker - 29.12.2010, 18:02
Re: [PEDIDO] /admins - by zSuYaNw - 29.12.2010, 18:05
Re: [PEDIDO] /admins - by [Banido]HigorOliver - 29.12.2010, 18:10
Re: [PEDIDO] /admins - by CyNiC - 29.12.2010, 18:10
Re: [PEDIDO] /admins - by DeNeR - 29.12.2010, 18:11
Re: [PEDIDO] /admins - by Felipe_Wesker - 29.12.2010, 18:16
Re: [PEDIDO] /admins - by zSuYaNw - 29.12.2010, 18:29

Forum Jump:


Users browsing this thread: 1 Guest(s)