View Single Post
Author Message
jugule
AlliedModders Donor
Join Date: Apr 2020
Old 06-12-2020 , 18:15   player invisibility
Reply With Quote #1

Hi, I'm trying to use a function to make a player invisible, this function worked, but now it suddenly doesn't work. How do you think I could make an invisible player?
The function at the moment is:
SetEntityRenderMode (client, RENDER_TRANSCOLOR);
SetEntityRenderColor (client, 255, 255, 255, 0);

I also tried sv_disable_immunity_alpha "1".

Last edited by jugule; 06-12-2020 at 18:17.
jugule is offline