Map voting (+rep)
#10

would this work?

pawn Код:
public Count(playerid)
{
    if(map1 > map2 && map1 > map3) {
    //choose map1
    }
   
    else if(map2 > map1 && map2 > map3) {
    //choose map2
    }
   
    else if(map3 > map1 && map3 > map2) {
    //choose map3
    }
   
    return 1;
    }
I will just need to work on it every time i add a new map
Reply


Messages In This Thread
Map voting (+rep) - by Marco_Valentine - 12.03.2012, 07:40
Re: Map voting (+rep) - by Faisal_khan - 12.03.2012, 09:39
Re: Map voting (+rep) - by Marco_Valentine - 12.03.2012, 09:59
Re: Map voting (+rep) - by Faisal_khan - 12.03.2012, 10:03
Re: Map voting (+rep) - by Marco_Valentine - 12.03.2012, 10:13
Re: Map voting (+rep) - by Infamous - 12.03.2012, 10:49
Re: Map voting (+rep) - by Marco_Valentine - 12.03.2012, 21:26
Re: Map voting (+rep) - by Mike_Peterson - 12.03.2012, 21:31
Re: Map voting (+rep) - by Marco_Valentine - 12.03.2012, 21:37
Re: Map voting (+rep) - by Marco_Valentine - 12.03.2012, 21:53

Forum Jump:


Users browsing this thread: 1 Guest(s)