new max = get_maxplayers()new Float:longest = g_record[1] for(new i=2; i<=max;i++){ if(g_record[i] > longest) longest = g_record[i]}