View Single Post
8guawong
AlliedModders Donor
Join Date: Dec 2013
Location: BlackMarke7
Old 09-20-2016 , 00:23   Re: Furien Mod - Need help converting it to CS GO
Reply With Quote #2

if you want transparency you want to do
SetEntityRenderMode(client, RENDER_TRANSCOLOR);
SetEntityRenderColor(client, 255, 255, 255, x)

where x is how transparent you want the client to be

setting SetEntityRenderMode(i, RENDER_NONE) just make the player disappear and you don't need to touch sv_disable_immunity_alpha

for the wallhang you didn't say what needs to be fixed
but maybe https://forums.alliedmods.net/showthread.php?t=265896 is what you are looking for?
__________________

Last edited by 8guawong; 09-20-2016 at 00:23.
8guawong is offline