[Ajuda] Dialogs
#7

pawn Код:
if(!strcmp(cmdtext, "/criarevento", true))
{
    if(!IsPlayerAdmin(playerid)) return 0x00;
   
    static nome[21], fstring[79];
    GetPlayerName(playerid, nome, 21);
    format(fstring, 79 + 21, "O Admin %s estб chamando todos Para um\n Evento de Paintball\n Vocк Deseja ir ?", nome);
   
    for(new ii, xx = GetMaxPlayers(); ii != xx; ii++)
    {
        if(ii == playerid || !IsPlayerConnected(ii) /* || sua var de login == false */) continue;
        ShowPlayerDialog(ii, 1923, DIALOG_STYLE_MSGBOX, "Evento Paintball", fstring, "Sim", "Nгo");
    }
    return 0x01;
}
...
Reply


Messages In This Thread
Dialogs - by gabrielloko157 - 31.01.2013, 14:19
Re: Dialogs - by Wellington1999 - 31.01.2013, 14:22
Re: Dialogs - by gabrielloko157 - 31.01.2013, 14:28
Re: Dialogs - by Don_Speed - 31.01.2013, 14:43
Re: Dialogs - by Diogo123 - 31.01.2013, 14:47
Re: Dialogs - by Don_Speed - 31.01.2013, 15:36
Re: Dialogs - by Falcon. - 31.01.2013, 15:54
Re: Dialogs - by gabrielloko157 - 31.01.2013, 16:05

Forum Jump:


Users browsing this thread: 1 Guest(s)