Get highest variables
#2

Get the variable of each vehicle and compare.

For example

PHP Code:

new var[10] = {9181254116, -384664253184};
new 
highest 0;
for(new 
0sizeof(var); i++)
{
      if(var[
i] > highesthighest = var[i];
      return 
1;
}
printf(highest); // Will display "64253" 
Reply


Messages In This Thread
Get highest variables - by audriuxxx - 31.05.2014, 18:54
Re : Get highest variables - by S4t3K - 31.05.2014, 19:18
Re: Re : Get highest variables - by Threshold - 01.06.2014, 03:25

Forum Jump:


Users browsing this thread: 1 Guest(s)