Hi, im trying to make a player transparent, this is my code:
PHP Code:
set_user_rendering(id, kRenderFxGlowShell, 0, 0, 0, kRenderTransAlpha, 0);
To try if it works i use "kill" in console but the corpse is not transparent so im assuming that the player never was transparent.
How to fix?