17.08.2016, 20:51
en ShowPlayerDialog no puedes poner mas parametros de los que hay, en este caso primero debes usar format
new string[100];
format(string, sizeof(string), "%s\n&s\n%s", Info[giveplayerid][pVariable], Info[giveplayerid][pVariable], Info[giveplayerid][pVariable]);
ShowPlayerDialog(playerid, D_DIALOG, DIALOG_STYLE_LIST, "Dialog", string, "Aceptar", "Cancelar");
new string[100];
format(string, sizeof(string), "%s\n&s\n%s", Info[giveplayerid][pVariable], Info[giveplayerid][pVariable], Info[giveplayerid][pVariable]);
ShowPlayerDialog(playerid, D_DIALOG, DIALOG_STYLE_LIST, "Dialog", string, "Aceptar", "Cancelar");