SA-MP Forums Archive
Inventory Problem - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Inventory Problem (/showthread.php?tid=550569)



Inventory Problem - s0ZNIz - 13.12.2014

nvm . solved


Re: Inventory Problem - s0ZNIz - 14.12.2014

Up ....


Re: Inventory Problem - MikeB - 14.12.2014

same. i've used it too and whatever u do the slots won't increase...


Re: Inventory Problem - Pottus - 14.12.2014

ShowModelSelectionMenuEx(playerid, iteminv,20, "Inventory",INVENTORY_MENU, 0.0, 0.0,0.0);
You have 21


Re: Inventory Problem - s0ZNIz - 14.12.2014

Quote:
Originally Posted by Pottus
Посмотреть сообщение
ShowModelSelectionMenuEx(playerid, iteminv,20, "Inventory",INVENTORY_MENU, 0.0, 0.0,0.0);
You have 21
Still only 19 slots .


Re: Inventory Problem - arlindi - 07.01.2015

hmmm idk for this And i have this problem


Re: Inventory Problem - Clad - 07.01.2015

pawn Код:
stock ShowInventory(playerid)
{
    new iteminv[21];
    for(new i = 0; i < 21;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;
}



Re: Inventory Problem - arlindi - 07.01.2015

Its ok this i fixed it but the prroblem is he show mee 1/1 page i want to make it more


Re: Inventory Problem - arlindi - 12.01.2015

Please anyone?