[AJUDA] Comando nгo reconhecido
#10

Cуdigo correto:
pawn Код:
if( !strcmp( cmd, "/senha", true ) )
{
   if( PlayerInfo[ playerid ][ pAge ] == 0 )
   {
      filaa( playerid );
      SendClientMessage( playerid, COLOR_GREY, "Vocк entrou na fila de atendimento, Para sair digite /sairfila." );
      new sStr[ 58 ];
      new J[ MAX_PLAYER_NAME ];
      GetPlayerName( playerid, J, sizeof( J ) );
      format( sStr, sizeof( sStr ), "** %s entrou na fila de atendimento.", J );
      ABroadCast( COLOR_ALERTA, sStr, 1 );
   }
   else SendClientMessage( playerid, COLOR_GREY, "Vocк jб estб na fila de atendimento. Para sair digite: /sairfila" );
   return true;
}
pawn Код:
if( IsPlayerConnected( playerid ) )
Para quк isso? Se ele digita o comando й porque estб conectado...
Reply


Messages In This Thread
[AJUDA] Comando nгo reconhecido - by Lucas_ - 03.05.2011, 16:29
Re: [AJUDA] Comando nгo reconhecido - by Josma_cmd - 03.05.2011, 16:32
Re: [AJUDA] Comando nгo reconhecido - by Lucas_ - 03.05.2011, 16:45
Re: [AJUDA] Comando nгo reconhecido - by Shadoww5 - 03.05.2011, 16:51
Re: [AJUDA] Comando nгo reconhecido - by The Knight - 03.05.2011, 17:07
Re: [AJUDA] Comando nгo reconhecido - by JonathanFeitosa - 03.05.2011, 17:19
Re: [AJUDA] Comando nгo reconhecido - by Josma_cmd - 03.05.2011, 17:20
Re: [AJUDA] Comando nгo reconhecido - by Lucas_ - 03.05.2011, 17:59
Re: [AJUDA] Comando nгo reconhecido - by Ricop522 - 03.05.2011, 19:04
Re: [AJUDA] Comando nгo reconhecido - by The Knight - 03.05.2011, 19:25

Forum Jump:


Users browsing this thread: 1 Guest(s)