- 
	
	
		
			
			
				Made his way
			
			
				    
 
					    
				 
 
			
				
				
						
						
				
					
						
							
	
		
			
			
				
					  Originally Posted by  Scarhand  
 3+3
 6/5 points
 
 
 
 Lets consider this Order of operations
 (((headshots + hits / 5) + kills) * 1.5) + engixp + battlesense + revives*4
 This means hits is first divided by 5. What you are doing Scarhand is adding headshots and hits together, and divide by 5.
 
 To clear this up, lets only take hits, headshot and kills.
 
 3 headshots, 3 hits, 1 kill
 (((3 + 3 / 5) + 1) * 1.5)
 3/5 = 0.6 //Hits divide by 5
 0.6+3 = 3.6 //+3 headshots
 3.6+1 = 4.6 //+1 kill
 4.6*1.5 = 6.9
 
 0 headshots, 7 hits, 1 kill
 (((0 + 7 / 5) + 1) * 1.5)
 7/5 = 1.4 //Hits divide by 5
 1.4+0 = 1.4 //+0 headshots
 1.4+1 = 2.4 //+1 kill
 2.4*1.5 = 3.6
 
 
 
 
				
				
				
					
						Last edited by orDian; 25-01-2012 at 17:57.
					
					
				 
 
 
 
 
 
	
	
	
	
	
	
	
	
	
	
	
	
		
		
			
				 Posting Permissions
				Posting Permissions