Give the voted map some more points, how?
#3

First of all set every map to 0, should be a fair count

pawn Код:
for(new b; b != sizeof mapid; ++b) {
    mapid[b] = 0;
}
Just use

pawn Код:
mapid[listitem]++;
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)
Reply


Messages In This Thread
Give the voted map some more points, how? - by swieberdevos - 04.07.2011, 11:41
Re: Give the voted map some more points, how? - by Lorenc_ - 04.07.2011, 12:21
AW: Give the voted map some more points, how? - by Nero_3D - 04.07.2011, 12:33

Forum Jump:


Users browsing this thread: 3 Guest(s)