| Dizturbed   Member
 
 Posts: 160
 Threads: 39
 Joined: Jun 2011
 Reputation: 
0
 | 
			| how to deactivate boxlights? 
 
				I would like to know how to shut off a boxlight.. I've tried SetEntityActive, and SetLampLit, but it wont work.. :SI need help !
 
 -Dizturbed
 
 |  | 
	| 08-01-2011, 04:08 PM |  | 
	
		| Kyle   Posting Freak
 
 Posts: 911
 Threads: 36
 Joined: Sep 2010
 Reputation: 
7
 | 
			| RE: how to deactivate boxlights? 
 
				SetLightVisible(string& asLightName, bool abVisible);
 Enables/disables lights.
 
 asLightName - internal name
 abVisible - determines the state of the light
 
 
 
 |  | 
	| 08-01-2011, 04:11 PM |  | 
	
		| Dizturbed   Member
 
 Posts: 160
 Threads: 39
 Joined: Jun 2011
 Reputation: 
0
 | 
			| RE: how to deactivate boxlights? 
 
				Wow, wrong destination... Sorry :S
			 
 |  | 
	| 08-01-2011, 04:11 PM |  | 
	
		| Dizturbed   Member
 
 Posts: 160
 Threads: 39
 Joined: Jun 2011
 Reputation: 
0
 | 
			| RE: how to deactivate boxlights? 
 
				Thank you very much
			 
 |  | 
	| 08-01-2011, 05:21 PM |  |