Raised This Month: $ Target: $400
 0% 

How to achieve the same result without cvar


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Abhinash
Senior Member
Join Date: Jan 2015
Location: India,kolkata
Old 06-09-2020 , 10:43   Re: How to achieve the same result without cvar
Reply With Quote #6

Hey @HamletEagle
I tried the way you said with this piece of code --

PHP Code:
if (g_nemesis[id])
        {
            if(
NEMESIS_GLOW 1)
            {
                
fm_set_rendering(idkRenderFxGlowShell25000kRenderNormal)
            
            }
            else if(
NEMESIS_GLOW 0)
            {
                
fm_set_rendering(id)
            }
        }
        else if (
g_assassin[id])
        {
            if(
ASSASSIN_GLOW 1)
            {
                
fm_set_rendering(idkRenderFxGlowShell255140 0kRenderNormal)
            }
            else if(
ASSASSIN_GLOW 0)
            {
                
fm_set_rendering(id)
            }
        } 
This result is it as expected.
The glow is still there even after setting NEMESIS_GLOW and ASSASSIN_GLOW to 0.

How to fix it ?

Last edited by Abhinash; 06-09-2020 at 10:45.
Abhinash is offline
 



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 16:49.


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