04.07.2011, 12:33
First of all set every map to 0, should be a fair count
Just use
that only works if the items fit with your maps (first map = first item, and so on)
I hope this dialog is called only once by the script (could be abused if the player can call it by himself)
pawn Код:
for(new b; b != sizeof mapid; ++b) {
mapid[b] = 0;
}
pawn Код:
mapid[listitem]++;
I hope this dialog is called only once by the script (could be abused if the player can call it by himself)