Inventory, help.
#2

Like this?

Код:
enum iInfo
{
iOccupato,
iSlot1[2],
iSlot2[2],
iSlot3[2],
iSlot4,
iSlot5,
iSlot6,
iSlot7,
iSlot8,
iSlot9,
iSlot10,
};
new InventarioInfo[500][iInfo];
So you call for it like this:

Код:
InventarioInfo[playerid][iSlot1][0] = weaponid;
InventarioInfo[playerid][iSlot1][1] = ammo;
Reply


Messages In This Thread
Inventory, help. - by AlexPalermitano97 - 06.03.2017, 19:03
Re: Inventory, help. - by Toroi - 06.03.2017, 19:39
Re: Inventory, help. - by AlexPalermitano97 - 06.03.2017, 19:42
Re: Inventory, help. - by Toroi - 06.03.2017, 20:17
Re: Inventory, help. - by AlexPalermitano97 - 06.03.2017, 20:22
Re: Inventory, help. - by Toroi - 06.03.2017, 20:59
Re: Inventory, help. - by AlexPalermitano97 - 06.03.2017, 21:04

Forum Jump:


Users browsing this thread: 1 Guest(s)