Inventory Problem
#1

nvm . solved
Reply
#2

Up ....
Reply
#3

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

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

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 .
Reply
#6

hmmm idk for this And i have this problem
Reply
#7

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;
}
Reply
#8

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

Please anyone?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)