[Pedido] Comandos
#5

Fiz aqui um com dialog para vocк:

@EDIT 14:02
Assim й que estб correto

pawn Код:
command(admins, playerid, params[])
{
    new
        StringCat[1040],
        string[80],
        ContarStaff
    ;
    for(new i = 0; i < MAX_PLAYERS; i++)
    {
        if(IsPlayerConnected(i))
        {
            if(PlayerInfo[i][pAdmin] >= 3)
            {
                format(string,sizeof(string),"%s[%d]\n", Nome(i), i);
                strcat(StringCat, string);
                ContarStaff++;
            }
        }
    }
    if(ContarStaff > 0)
    {
        ShowPlayerDialog(playerid, /*COLOCA UM ID DE DIALOG*/, DIALOG_STYLE_MSGBOX, "{00FF00}Membros da Staff online", string, "Fechar", #);
        return 1;
    }
    else ShowPlayerDialog(playerid, /*COLOCA O MESMO ID QUE EM CIMA*/, DIALOG_STYLE_MSGBOX, "{FF0000}Membros da Staff online", "{FF0000}Nгo tem membros da staff online no momento!", "Fechar", #);
    return 1;
}
Reply


Messages In This Thread
Comandos - by Ts3 - 24.10.2014, 16:14
Re: Comandos - by ArthurxD - 24.10.2014, 16:32
Re: Comandos - by Ts3 - 24.10.2014, 16:41
Re: Comandos - by ArthurxD - 24.10.2014, 17:00
Re: Comandos - by ReyMysterio - 24.10.2014, 17:03
Re: Comandos - by Ts3 - 24.10.2014, 17:28
Re: Comandos - by Schocc - 24.10.2014, 17:53
Re: Comandos - by Ts3 - 24.10.2014, 18:37
Re: Comandos - by Ts3 - 25.10.2014, 18:08
Re: Comandos - by JuninTJF - 25.10.2014, 19:17

Forum Jump:


Users browsing this thread: 2 Guest(s)