ShowInventory[+REP]
#1

Hello everyone i have 1 problem with this code

pawn Код:
stock ShowInventory(playerid)
{
    new iteminv[40];
    for(new i = 0;i<40;i++)
    {
    iteminv[i] = InvInfo[playerid][iSlot][i];
    if(InvInfo[playerid][iSlot][i] == 0)
    {
    iteminv[i] = 1239;
    }

    }
    ShowModelSelectionMenuEx(playerid, iteminv,21, "Inventory",INVENTORY_MENU, 0.0, 0.0,0.0);
    return 1;
}
When i show the mselection he dont show mee just 1 page!
Help mee pleaae
I WILL REP YOU JUST HELP MEE
Reply


Messages In This Thread
ShowInventory[+REP] - by arlindi - 12.01.2015, 15:49
Re: ShowInventory[+REP] - by Clad - 12.01.2015, 16:14
Re: ShowInventory[+REP] - by arlindi - 12.01.2015, 16:20
Re: ShowInventory[+REP] - by Clad - 12.01.2015, 16:24
Re: ShowInventory[+REP] - by arlindi - 12.01.2015, 16:25
Re: ShowInventory[+REP] - by Clad - 12.01.2015, 16:28
Re: ShowInventory[+REP] - by arlindi - 12.01.2015, 16:31
Re: ShowInventory[+REP] - by Clad - 12.01.2015, 16:33
Re: ShowInventory[+REP] - by arlindi - 12.01.2015, 16:36
Re: ShowInventory[+REP] - by Clad - 12.01.2015, 16:37

Forum Jump:


Users browsing this thread: 3 Guest(s)