[AJUDA] DIALOG_STYLE_MSGBOX
#6

Seria isto?
Se nгo for, nгo entendi o problema.

pawn Код:
if(dialogid == GPS)
{
    switch(listitem)
    {
        case 0:
        {
            SendClientMessage(playerid, CORCINZA, "___________{FA4646}COMPUTADOR DE BORDO{B0B0B0}___________");
            SendClientMessage(playerid, CORCINZA, "GPS Ativado para: {FA4646}Departamento de Policia");
            SendClientMessage(playerid, CORCINZA, "Vб atй a marca {FA4646}VERMELHA {B0B0B0}no Mapa");
            SendClientMessage(playerid, CORCINZA, "_________________________________________________________");
            SetPlayerCheckpoint(playerid,X,Y,Z,Raio);//Coordenada Departamento
            return true;
        }
        case 1:
        {
            SendClientMessage(playerid, CORCINZA, "___________{FA4646}COMPUTADOR DE BORDO{B0B0B0}___________");
            SendClientMessage(playerid, CORCINZA, "GPS Ativado para: {FA4646}Posto de Gazolina Norte");
            SendClientMessage(playerid, CORCINZA, "Vб atй a marca {FA4646}VERMELHA {B0B0B0}no Mapa");
            SetPlayerCheckpoint(playerid, 1004.6709,-936.8508,42.3354,8.0);
            SendClientMessage(playerid, CORCINZA, "_________________________________________________________");
            SetPlayerCheckpoint(playerid,X,Y,Z,Raio);//Coordenada Posto de gasolina
            return true;
        }
    }
}
Reply


Messages In This Thread
[AJUDA] DIALOG_STYLE_MSGBOX - by Mr_Taxi - 12.03.2012, 21:33
Re: [AJUDA] DIALOG_STYLE_MSGBOX - by ViniBorn - 12.03.2012, 21:41
Re: [AJUDA] DIALOG_STYLE_MSGBOX - by Mr_Taxi - 12.03.2012, 21:56
Re: [AJUDA] DIALOG_STYLE_MSGBOX - by Ricop522 - 12.03.2012, 22:49
Re: [AJUDA] DIALOG_STYLE_MSGBOX - by Mr_Taxi - 13.03.2012, 16:00
Re: [AJUDA] DIALOG_STYLE_MSGBOX - by ViniBorn - 13.03.2012, 16:39
Re: [AJUDA] DIALOG_STYLE_MSGBOX - by Mr_Taxi - 13.03.2012, 17:26
Re: [AJUDA] DIALOG_STYLE_MSGBOX - by ViniBorn - 13.03.2012, 17:54
Re: [AJUDA] DIALOG_STYLE_MSGBOX - by Mr_Taxi - 13.03.2012, 21:39
Re: [AJUDA] DIALOG_STYLE_MSGBOX - by ViniBorn - 13.03.2012, 21:45

Forum Jump:


Users browsing this thread: 3 Guest(s)