Raised This Month: $ Target: $400
 0% 

[HELP] Disable player shadows in CSGO


Post New Thread Reply   
 
Thread Tools Display Modes
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
friagram
Veteran Member
Join Date: Sep 2012
Location: Silicon Valley
Old 02-13-2016 , 19:07   Re: [HELP] Disable player shadows in CSGO
Reply With Quote #12

Also you can edit the shadow control entity or make one, and set the shadows off
__________________
Profile - Plugins
Add me on steam if you are seeking sp/map/model commissions.
friagram is offline
bboygrun
CHOMP
Join Date: May 2010
Location: France
Old 02-13-2016 , 19:27   Re: [HELP] Disable player shadows in CSGO
Reply With Quote #13

Quote:
Originally Posted by Mitchell View Post
Code:
	new i = -1;
	while ((i = FindEntityByClassname(i, "env_cascade_light")) != -1) { 
		AcceptEntityInput(i, "Kill");
	}
Thank you mate it worked

Quote:
Originally Posted by friagram View Post
Also you can edit the shadow control entity or make one, and set the shadows off
By which way would you do this ? Could you explain a little bit more please ?
__________________
bboygrun is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 08:10.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode