03.07.2011, 16:04
so now i got 10 maps but i want when every dm round is finished a map vote.
but i only want to show 5 of them.
but i dont know how to because when i use random function it might show twice the same map or even more times!!
i had idea
i hope somebody can help me
but i only want to show 5 of them.
but i dont know how to because when i use random function it might show twice the same map or even more times!!
i had idea
pawn Код:
#define maxmapsshown 5
for (new x = 0; x < maxmapsshown; x ++)
format(str, sizeof(str),"%s\n", DMmapname[x]);