05.12.2012, 20:16
I forget the name for this, but how would I go about doing something like...
And I could then call it like;
pawn Код:
items = [ MAX_ITEMS ] [ ] =
{ 1, ITEM_MEDKIT }
};
pawn Код:
items [ 0 ] [ 0 ] (this would return "1")