[DUV] /infovip sу aparece ultimo VIP
#1

Код:
   	if (strcmp("/infovip", cmdtext, true, 10) == 0 || strcmp("/infovips", cmdtext, true, 10) == 0)
	{
	    if(PlayerInfo[playerid][pAdmin] < 1)
	    {
			SendClientMessage(playerid, COLOR_GRAD1, "Vocк nгo tem autorizaзгo para usar esse comando.");
			return 1;
	    }
	    for(new x=0; x<sizeof(VipInfo); x++)
		{
			if(strcmp(VipInfo[x][vNick],"Ninguem",true) != 0)
			{
			    format(string, sizeof(string), "Vip ID:[%d]: %s Nнvel:[%d]\n", x, VipInfo[x][vNick], VipInfo[x][vTipo]);
				ShowPlayerDialog(playerid, 7777, DIALOG_STYLE_LIST, "Vips do server", string, "Limparvaga", "Cancelar");
			}
		}
		return 1;
   	}
~
Estou tentando criar um /infovip com dialog em lista, mas tem um problema, o dialog й criado, mas a lista, sу aparece o ъltimo VIP, nгo aparece os outros, e coloqueiu o \n na string, quero saber o que hб de errado ? :X

@EDIT:
aaa coloquei \n na frente e nada ! pronto ? '-'
Reply


Messages In This Thread
[DUV] /infovip sу aparece ultimo VIP - by Tomato_Atecubanos - 06.01.2011, 21:39
Re: [DUV] /infovip sу aparece ultimo VIP - by Tomato_Atecubanos - 06.01.2011, 22:46
Re: [DUV] /infovip sу aparece ultimo VIP - by [FeK]Knife - 06.01.2011, 22:53
Re: [DUV] /infovip sу aparece ultimo VIP - by Ricop522 - 07.01.2011, 09:56

Forum Jump:


Users browsing this thread: 1 Guest(s)