Comprimir dialog
#1

Hola, como hago para comprimir bien este dialogo? Porque al dejar las celdas sin comprimir me sale el famoso texto al compilar que utilizo tanto de memory etc.

pawn Код:
new dialog_string[2570 char];
    for(new i = 0; i < sizeof(InteriorDialogNames); i++)
    {
        if(!i)
        {
            format(dialog_string, 2570 char, InteriorDialogNames[i]);
        }
        else
        {
            format(dialog_string, 2570 char, "%s\n%s", dialog_string, InteriorDialogNames[i]);
        }
    }
    return ShowPlayerDialog(playerid, 46, DIALOG_STYLE_LIST, "Interiores Dialog", dialog_string, "Selecc", "Cancelar");
Al poner ese cуdigo asн, no me sale bien el dialogo, me sale menos de la mitad de interiores q tiene ese dialog

Muchas gracias...
Reply


Messages In This Thread
Comprimir dialog - by HugoChiabe - 30.08.2013, 21:48
Respuesta: Comprimir dialog - by oOFotherOo - 30.08.2013, 22:18
Re: Comprimir dialog - by HugoChiabe - 01.09.2013, 01:04
Respuesta: Re: Comprimir dialog - by oOFotherOo - 01.09.2013, 01:42
Re: Comprimir dialog - by HugoChiabe - 01.09.2013, 22:37
Respuesta: Re: Comprimir dialog - by oOFotherOo - 01.09.2013, 23:37
Re: Comprimir dialog - by HugoChiabe - 01.09.2013, 23:45

Forum Jump:


Users browsing this thread: 2 Guest(s)