View Single Post
Mitchell
~lick~
Join Date: Mar 2010
Old 02-13-2016 , 17:10   Re: [HELP] Disable player shadows in CSGO
Reply With Quote #11

Quote:
Originally Posted by bboygrun View Post
Did someone found a solution for this problem ?
Code:
	new i = -1;
	while ((i = FindEntityByClassname(i, "env_cascade_light")) != -1) { 
		AcceptEntityInput(i, "Kill");
	}
Mitchell is offline