xjonx 
			Junior Member0  
	
		
			
 
				In my .hps all scripts are correct but when I start it I got...
It says ShowPlayerCrosshairIcons(false); is wrong but its not because there is no "" for the bool help 
Script:
Spoiler below!  
//This is only executed when the map is loaded for the first time. Only happens once. Can be used for adding effects that should not repeat.//
 
 
 
			 
 
 
	03-20-2014, 12:29 AM  
		
	 
 
	
		PutraenusAlivius 
			Posting Freak119  
	
		
			
RE: [SCRIPT]No matching signatures 
 
				It's a bug.
			
			
			
"Veni, vidi, vici.""I came, I saw, I conquered." 
			
		 
 
 
	03-20-2014, 12:37 AM  
		
	 
 
	
		DnALANGE 
			Banned 
	
		
			
RE: [SCRIPT]No matching signatures 
 
				ShowPlayerCrossHairIcons(false);
The H is h .. make it CAPITAL.
ShowPlayerCross   >H<   airIcons(false);
 (03-20-2014, 12:37 AM) SomethingRidiculous Wrote:  
LOL.. most easy solution you got there 
				
(This post was last modified: 03-20-2014, 12:42 AM by DnALANGE .) 
 
				
			 
		 
 
 
	03-20-2014, 12:41 AM  
		
	 
 
	
		Wapez 
			Senior Member19  
	
		
			
RE: [SCRIPT]No matching signatures 
 
				Not a bug, it's a typo like DnaALANGE said.
			
			
			
 
 
 
	03-20-2014, 07:52 AM