DIALOG_STYLE_LIST not all is displayed..
#6

Quote:
Originally Posted by CuervO
Посмотреть сообщение
Different pages, display a min and a max. This is an example from my scripts:

pawn Код:
SetPVarInt(playerid, "listviewingmax", 10);
SetPVarInt(playerid, "listviewingmin", 0);

for(new i = GetPVarInt(playerid,"listviewingmin"); i <= GetPVarInt(playerid,"listviewingmax"); i ++)
{
   //code
}
Basically that will loop from the min possibility until the max possibility, this case from 0-10. Add a next or something and increase both the min and max then re display it again.
Sorry I don't really follow? Could you maybe explain in a little more detail?
Reply


Messages In This Thread
DIALOG_STYLE_LIST not all is displayed.. - by Phil_Cutcliffe - 10.03.2014, 23:57
Respuesta: DIALOG_STYLE_LIST not all is displayed.. - by CuervO - 11.03.2014, 00:00
Re: DIALOG_STYLE_LIST not all is displayed.. - by PowerPC603 - 11.03.2014, 00:04
Re: DIALOG_STYLE_LIST not all is displayed.. - by Phil_Cutcliffe - 11.03.2014, 00:10
Respuesta: DIALOG_STYLE_LIST not all is displayed.. - by CuervO - 11.03.2014, 00:21
Re: Respuesta: DIALOG_STYLE_LIST not all is displayed.. - by Phil_Cutcliffe - 11.03.2014, 00:30

Forum Jump:


Users browsing this thread: 3 Guest(s)