tonteria aparte... duda.
#1

buenas a todos, vengo a preguntarles una tonterнa pero no encuentro la soluciуn e no la veo el problema que lo causa.

el problema esta en que en el dialog se coloca solo el texto del ultimo array, y no deberнa.

PHP код:
new variable[][]={
{
"asd"},
{
"asd"},
{
"asd"},
{
"asd"},
// ...
};
new 
data[1000];
for(new 
index=0index<17index++){
    
format(data,sizeof(data),"%d. %s \n",index+1,variable[index]);
}
ShowPlayerDialog(playeridIDDIALOG_STYLE_TABLIST"titulo"data"seleccionar""cancelar"); 
desde ya muchas gracias.
Reply


Messages In This Thread
tonteria aparte... duda. - by OTACON - 11.06.2015, 13:00
Re: tonteria aparte... duda. - by M1tux3r - 11.06.2015, 13:04
Respuesta: tonteria aparte... duda. - by adri1 - 11.06.2015, 14:02
Re: Respuesta: tonteria aparte... duda. - by SickAttack - 11.06.2015, 15:00
Re: Respuesta: tonteria aparte... duda. - by Daniel-92 - 11.06.2015, 17:01
Re: Respuesta: tonteria aparte... duda. - by SickAttack - 11.06.2015, 18:32
Respuesta: tonteria aparte... duda. - by bm0z - 11.06.2015, 18:43
Re: tonteria aparte... duda. - by SickAttack - 11.06.2015, 23:54

Forum Jump:


Users browsing this thread: 1 Guest(s)