[AJUDA] Nгo consigo fazer nome aparecer no dialog
#4

pawn Код:
if(strcmp(cmdtext,"/criarevento",true)==0)
{
    if(EventoCriado == 1)
        returnSendClientMessage(playerid,COLOR_GREY,"Um evento jб foi iniciado aguarde ele terminar");

    if(PlayerInfo[playerid][pAdmin] >= 1)
    {
        new
            eventos[200],
            CriadorEvento[24]
        ;
        GetPlayerName(playerid, CriadorEvento,24);
        SendClientMessage(playerid, COLOR_LIGHTBLUE, "Algum Administrador iniciou um evento");
        GetPlayerPos(playerid,xxadmin,yyadmin,zzadmin);
        adminint = GetPlayerInterior(playerid);
        EventoCriado = 1;
        for(new i; i<MAX_PLAYERS; i++)
        {
            format(eventos, sizeof(eventos),"Pelo Administrador %s\ne ele estб te chamando para partipar...\nGostaria de participar ?",CriadorEvento);
            ShowPlayerDialog(i, 5424, DIALOG_STYLE_MSGBOX, "Evento Criado", eventos, "Sim", "Nгo");
        }
    }
    return true;
}
Reply


Messages In This Thread
[AJUDA] Nгo consigo fazer nome aparecer no dialog - by Tomato_Atecubanos - 06.01.2011, 13:20
Re: [AJUDA] Nгo consigo fazer nome aparecer no dialog - by Domozinho - 06.01.2011, 13:37
Re: [AJUDA] Nгo consigo fazer nome aparecer no dialog - by Tomato_Atecubanos - 06.01.2011, 13:42
Respuesta: [AJUDA] Nгo consigo fazer nome aparecer no dialog - by ipsBruno - 06.01.2011, 15:29
Re: [AJUDA] Nгo consigo fazer nome aparecer no dialog - by jonas_gabriel - 06.01.2011, 15:42

Forum Jump:


Users browsing this thread: 1 Guest(s)