[Ajuda] Como aparecer a dialog pra todos
#1

Tipo a dialog sу aparece pra quem deu gmx e eu quero q apareca pra todos
pawn Код:
if(strcmp(cmd, "/gmx", true) == 0 || strcmp(cmd, "/restart", true) == 0)
    {
        if(IsPlayerConnected(playerid))
        {
            //new string22[128];
            if (PlayerInfo[playerid][pAdmin] >=DONO)
            {
                if(admtrampando[playerid] < 1 && PlayerInfo[playerid][pAdmin] != DONO) { return SendClientMessage(playerid, COLOR_GRAD1, "Vocк nгo estб trabalhando! (/trabalhar)"); }
                for(new i = 0; i < MAX_PLAYERS; i++)
                {
                    if(IsPlayerConnected(i))
                    { OnPlayerSave(i); }
                }
                GetPlayerName(playerid, sendername, sizeof(sendername));
                new hora, minuto, segundo;
                gettime(hora, minuto, segundo);
                new gmx[256]; // {00EE00}Brasil {FFD700}Novo {00B2EE}Estilo
                format(gmx, sizeof(gmx),"{00B2EE}Administrador: {FFD700}%s {FFFFFF}- Avisa!\n{FF0000}Atenзгo {00B2EE}isso e um gmx nao saiam do servidor\nvoltaremos 10 segundos!\n\n{FFD700}Aguarde o Servidor Reiniciar! \n\nHora do GMX: %d:%d:%d",PlayerName(playerid), hora, minuto, segundo);
                ShowPlayerDialog(playerid,  9000, DIALOG_STYLE_MSGBOX, "{FFFFFF}GMX:", gmx, "Ok", "");
                GameModeExitFunc();
                SaveAccounts();
                OnPlayerSave(playerid);
            }
            else
            {
                SendClientMessage(playerid, COLOR_GRAD1, "Vocк nгo tem autorizaзгo para dar GMX!");
            }
        }
        return true;
    }
Reply


Messages In This Thread
Como aparecer a dialog pra todos - by Vinicius_TroLL - 20.11.2012, 21:18
Re: Como aparecer a dialog pra todos - by histire - 20.11.2012, 21:19
Re: Como aparecer a dialog pra todos - by Coreia - 20.11.2012, 21:21
Re: Como aparecer a dialog pra todos - by Vinicius_TroLL - 20.11.2012, 21:29
Re: Como aparecer a dialog pra todos - by histire - 20.11.2012, 21:31
Re: Como aparecer a dialog pra todos - by Vinicius_TroLL - 20.11.2012, 21:35
Re: Como aparecer a dialog pra todos - by histire - 20.11.2012, 21:44
Re: Como aparecer a dialog pra todos - by Coreia - 20.11.2012, 21:44
Re: Como aparecer a dialog pra todos - by humildadeforever - 20.11.2012, 21:45
Re: Como aparecer a dialog pra todos - by Vinicius_TroLL - 20.11.2012, 22:01

Forum Jump:


Users browsing this thread: 1 Guest(s)