| 
					
				 | 
			
			
				@@ -3,11 +3,16 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 An AmxModX script that's used in combination of my other map, MecklenburgV to give some extended functionality. 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 ## Commands 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-`amx_setlights <a-z>` : Set the brightness of outdoor lights, Z is the brightest while A is the dimmest 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-`amx_togglefog` : Toggles gl_fog 0/1 on clients. Fog on makes the client have "daytime" while fog off reveals the nighttime skybox 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-`amx_toggleoutdoorlights` : toggles the outdoor streetlights on/off. There's also a switch in the sewers that does the same thing. 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-`amx_toggleday <0-24> : Sets the time of day, pretty much uses setlights, togglefog, and outdoor lights to accomplish the effect. 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-`amx_togglerain <0-100> : sets the amount of rain to fall. 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+`amx_setlights <a-z>` : Set the brightness of outdoor lights, Z is the brightest while A is the dimmest. 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+`amx_togglefog` : Toggles gl_fog 0/1 on clients. Fog on makes the client have "daytime" while fog off reveals the nighttime skybox. 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+`amx_toggleoutdoorlights` : Toggles the outdoor streetlights on/off. There's also a switch in the sewers that does the same thing. 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+`amx_toggleday <0-24>` : Sets the time of day, pretty much uses setlights, togglefog, and outdoor lights to accomplish the effect. 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+`amx_togglerain <0-100>` : Sets the amount of rain to fall. 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 `amx_toggleindoorlights` : toggles the indoor lights that are not part of a switch. 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 ## Building and Installing 
			 |