Map voting (+rep)
#4

THIS
pawn Код:
stock GetHighestNumber(...)
{
    new args = numargs();
    new highestyet = 0;
    for (new i = 0; i<args; i++)
    {
        if (getarg(i,0) > highestyet) highestyet = getarg(i,0);
    }
    return highestyet;
}
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)