12.01.2015, 15:49
Hello everyone i have 1 problem with this code
When i show the mselection he dont show mee just 1 page!
Help mee pleaae
I WILL REP YOU JUST HELP MEE
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;
}
Help mee pleaae
I WILL REP YOU JUST HELP MEE