[PEDIDO]Comando Em Dialog
#9

pawn Код:
//Topo
#define     DialogComandos      1243//ID do dialog

//OnPlayerCommandText
if(!strcmp(cmdtext, "/comandos", false))
{
    new stringcat[700];
    strcat(stringcat, "{00FBFF}/dm {00FF11}- {FFFFFF}Partidas de DeathMatch (si contra si).\n");
    strcat(stringcat, "{00FBFF}/drift {00FF11}- {FFFFFF}Partidas de drifts (derrapagens).\n");
    strcat(stringcat, "{00FBFF}/aerosf {00FF11}- {FFFFFF}Teleporte para o aeroporto de San Fierro\n");
    strcat(stringcat, "{00FBFF}/aerols {00FF11}- {FFFFFF}Teleporte para o aeroporto de Los Santos\n");
    strcat(stringcat, "{00FBFF}/aerolv {00FF11}- {FFFFFF}Teleporte para o aeroporto de Las Venturas\n");
    strcat(stringcat, "{00FBFF}/carmenu {00FF11}- {FFFFFF}Mostra o menu do veнculo atual\n");
    strcat(stringcat, "{00FBFF}/creditos {00FF11}- {FFFFFF}Vк os crйditos dos criadores e desenvolvedores do servidor\n");
    ShowPlayerDialog(playerid, DialogComandos, DIALOG_STYLE_MSGBOX, "Comandos...", stringcat, "Ok", " ");
    return 1;
}


//OnDialogResponse
if(dialogid == DialogComandos) return 1;
Reply


Messages In This Thread
[PEDIDO]Comando Em Dialog - by [DPS]FireFox. - 24.12.2011, 23:18
Re: [PEDIDO]Comando Em Dialog - by 4LiSs0N - 24.12.2011, 23:24
Re: [PEDIDO]Comando Em Dialog - by 4LiSs0N - 24.12.2011, 23:26
Re: [PEDIDO]Comando Em Dialog - by [DPS]FireFox. - 24.12.2011, 23:27
Re: [PEDIDO]Comando Em Dialog - by 4LiSs0N - 24.12.2011, 23:33
Re: [PEDIDO]Comando Em Dialog - by 4LiSs0N - 24.12.2011, 23:36
Re: [PEDIDO]Comando Em Dialog - by [DPS]FireFox. - 24.12.2011, 23:37
Re: [PEDIDO]Comando Em Dialog - by 4LiSs0N - 24.12.2011, 23:41
Re: [PEDIDO]Comando Em Dialog - by Lуs - 24.12.2011, 23:47
Re: [PEDIDO]Comando Em Dialog - by [DPS]FireFox. - 24.12.2011, 23:51

Forum Jump:


Users browsing this thread: 1 Guest(s)