SA-MP Forums Archive
[Ajuda] Admins em Dialog /Admins - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Admins em Dialog /Admins (/showthread.php?tid=625887)



Admins em Dialog /Admins - GuiKommander - 07.01.2017

PHP код:
if( !strcmpcmd"/admins"true ))
    {
        
SendClientMessageplayerid0x96D742AA"» Membros da administraзгo disponнvel para te ajudar »" );
        new
            
a_d_mm_d_ra_j_dg_r_t
        
;
        foreach(
Player)
        {
            if( 
aInfo][ Admin ] == )
            {
                if( 
aInfo][ Oculto ] == false )
                {
                    
a_d_m ++;
                     
formatstringsizeof( string ), "{0000A0}Administrador(a) {FFFFFF}%s ( %d )"PlayerName), );
                     
SendClientMessageplayerid0xFFFFFFAAstring );
                }
            }
            if( 
aInfo][ Gerente ] == )
            {
                if( 
aInfo][ Oculto ] == false )
                {
                    
g_r_t ++;
                     
formatstringsizeof( string ), "{15ff00}Staff {FFFFFF}%s ( %d )"PlayerName), );
                     
SendClientMessageplayerid0xFFFFFFAAstring );
                }
            }
            if( 
aInfo][ *******r ] == )
            {
                if( 
aInfo][ Oculto ] == false )
                {
                    
g_r_t ++;
                     
formatstringsizeof( string ), "{FF0000}*******r {FFFFFF}%s ( %d )"PlayerName), );
                     
SendClientMessageplayerid0xFFFFFFAAstring );
                }
            }
            if( 
aInfo][ Ajudante ] == )
            {
                if( 
aInfo][ Oculto ] == false )
                {
                    
a_j_d ++;
                     
formatstringsizeof( string ), "{00FF80}Ajudante {FFFFFF}%s ( %d )"PlayerName), );
                     
SendClientMessageplayerid0xFFFFFFAAstring );
                }
            }
              if( 
aInfo][ Moderador ] == )
            {
                if( 
aInfo][ Oculto ] == false )
                {
                    
m_d_r ++;
                    
formatstringsizeof( string ), "{80FFFF}Moderador(a) {FFFFFF}%s ( %d )"PlayerName), );
                     
SendClientMessageplayerid0xFFFFFFAAstring );
                }
            }
        }
        return 
1;
    } 



Re: Admins em Dialog /Admins - didimk157 - 07.01.2017

PHP код:
 if( !strcmpcmd"/admins"true ))
new
a_d_mm_d_ra_j_dg_r_t
;
{
if( 
aInfo][ Admin ] == )
{
if( 
aInfo][ Oculto ] == false )
{
a_d_m ++;
formatstringsizeof( string ), "{0000A0}Administrador(a) {FFFFFF}%s ( %d )"PlayerName), );
SendClientMessageplayerid0xFFFFFFAAstring );
}
}
if( 
aInfo][ Gerente ] == )
{
if( 
aInfo][ Oculto ] == false )
{
g_r_t ++;
formatstringsizeof( string ), "{15ff00}Staff {FFFFFF}%s ( %d )"PlayerName), );
SendClientMessageplayerid0xFFFFFFAAstring );
}
}
if( 
aInfo][ *******r ] == )
{
if( 
aInfo][ Oculto ] == false )
{
g_r_t ++;
formatstringsizeof( string ), "{FF0000}*******r {FFFFFF}%s ( %d )"PlayerName), );
SendClientMessageplayerid0xFFFFFFAAstring );
}
}
if( 
aInfo][ Ajudante ] == )
{
if( 
aInfo][ Oculto ] == false )
{
a_j_d ++;
formatstringsizeof( string ), "{00FF80}Ajudante {FFFFFF}%s ( %d )"PlayerName), );
SendClientMessageplayerid0xFFFFFFAAstring );
}
}
if( 
aInfo][ Moderador ] == )
{
if( 
aInfo][ Oculto ] == false )
{
m_d_r ++;
formatstringsizeof( string ), "{80FFFF}Moderador(a) {FFFFFF}%s ( %d )"PlayerName), );
SendClientMessageplayerid0xFFFFFFAAstring );
for(new 
0<= HighestID++)
Showplayerdialog(iDIALOG_ADMINS,DIALOG_STYLE_MSGBOX"Admins on-line agora""Selecionar, "Cancelar");
}
}
}
return 1;




Re: Admins em Dialog /Admins - GuiKommander - 07.01.2017

Quote:
Originally Posted by didimk157
Посмотреть сообщение
PHP код:
 if( !strcmpcmd"/admins"true ))
{
SendClientMessageplayerid0x96D742AA"» Membros da administraзгo disponнvel para te ajudar »" );
new
a_d_mm_d_ra_j_dg_r_t
;
foreach(
Player)
{
if( 
aInfo][ Admin ] == )
{
if( 
aInfo][ Oculto ] == false )
{
a_d_m ++;
formatstringsizeof( string ), "{0000A0}Administrador(a) {FFFFFF}%s ( %d )"PlayerName), );
SendClientMessageplayerid0xFFFFFFAAstring );
}
}
if( 
aInfo][ Gerente ] == )
{
if( 
aInfo][ Oculto ] == false )
{
g_r_t ++;
formatstringsizeof( string ), "{15ff00}Staff {FFFFFF}%s ( %d )"PlayerName), );
SendClientMessageplayerid0xFFFFFFAAstring );
}
}
if( 
aInfo][ *******r ] == )
{
if( 
aInfo][ Oculto ] == false )
{
g_r_t ++;
formatstringsizeof( string ), "{FF0000}*******r {FFFFFF}%s ( %d )"PlayerName), );
SendClientMessageplayerid0xFFFFFFAAstring );
}
}
if( 
aInfo][ Ajudante ] == )
{
if( 
aInfo][ Oculto ] == false )
{
a_j_d ++;
formatstringsizeof( string ), "{00FF80}Ajudante {FFFFFF}%s ( %d )"PlayerName), );
SendClientMessageplayerid0xFFFFFFAAstring );
}
}
if( 
aInfo][ Moderador ] == )
{
if( 
aInfo][ Oculto ] == false )
{
m_d_r ++;
formatstringsizeof( string ), "{80FFFF}Moderador(a) {FFFFFF}%s ( %d )"PlayerName), );
SendClientMessageplayerid0xFFFFFFAAstring );
Showplayerdialog(playeridDIALOG_ADMINS,DIALOG_STYLE_MSGBOX"Admins on-line agora""Selecionar, "Cancelar");
}
}
}
return 1;

Tudo bem entendi seu code. Mas nгo precisa no comeзo do comando uma definiзгo Max_Players Para nгo aparecer apenas 1 ONLINE ?


Re: Admins em Dialog /Admins - didimk157 - 07.01.2017

Mls achei que ja tinha pera ta ali o foreash


Re: Admins em Dialog /Admins - GuiKommander - 07.01.2017

faiz ai para mim kk.


Re: Admins em Dialog /Admins - didimk157 - 07.01.2017

Ala editei la


Re: Admins em Dialog /Admins - GuiKommander - 07.01.2017

Valeu mano! dps vou testar. botei jб max players ++ Se nгo for , eu uso o seu code <3 Vlw mano


Re: Admins em Dialog /Admins - didimk157 - 07.01.2017

Vlw mn e posta codigo pega ok assim у [PHP] CODE AQUI [*/PHP] ai vc tira o * fica assim
PHP код:
 CODIGO AQUI 



Re: Admins em Dialog /Admins - GuiKommander - 07.01.2017

foi n vey :\ mais vlw ai


Re: Admins em Dialog /Admins - didimk157 - 07.01.2017

Deu erro ?