find the biggest variable by looping
#4

yeap

oh wait..
there was a little mistake
it should be:
pawn Код:
if(MapsToVote[n] > highest[0])
{
                highest[1] = n;
                highest[0] = MapsToVote[n];
}
Reply


Messages In This Thread
find the biggest variable by looping - by CounterTerroristUnit - 12.11.2011, 20:20
Re: find the biggest variable by looping - by Sascha - 12.11.2011, 20:25
Re: find the biggest variable by looping - by CounterTerroristUnit - 12.11.2011, 20:39
Re: find the biggest variable by looping - by Sascha - 12.11.2011, 20:40
Re: find the biggest variable by looping - by CounterTerroristUnit - 12.11.2011, 20:47
Re: find the biggest variable by looping - by MadeMan - 12.11.2011, 20:48
Re: find the biggest variable by looping - by Sascha - 12.11.2011, 20:54
Re: find the biggest variable by looping - by CounterTerroristUnit - 12.11.2011, 21:08

Forum Jump:


Users browsing this thread: 1 Guest(s)