08.10.2016, 14:58
Oh, yeah....
format(InventoryInfo[playerid][i][ItemName], 32, "%s", item);
Or
strcat(InventoryInfo[playerid][i][ItemName], item);
If you use strcat, equal the string to end of string "e.g. string[0] = EOS;" when removing the item.
format(InventoryInfo[playerid][i][ItemName], 32, "%s", item);
Or
strcat(InventoryInfo[playerid][i][ItemName], item);
If you use strcat, equal the string to end of string "e.g. string[0] = EOS;" when removing the item.