Inventory, help.
#6

You will need to make your own item system, mine is something like:

Код:
#define ITEM_cigarette 1
#define ITEM_lighter 2

InventarioInfo[playerid][iSlot1][0] = ITEM_cigarette;
InventarioInfo[playerid][iSlot1][1] = 2;
InventarioInfo[playerid][iSlot2][0] = ITEM_lighter;
InventarioInfo[playerid][iSlot2][1] = 1;
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)