Raised This Month: $ Target: $400
 0% 

Mine - visibility


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
zirualas
Senior Member
Join Date: Jun 2010
Location: Lithuania
Old 10-08-2010 , 11:08   Re: Mine - visibility
Reply With Quote #2

Change this
PHP Code:
        if(player_class[i] == Mage)
        
set_rendering (entkRenderFxGlowShell255,0,0kRenderFxNone255 );
        else
        
set_rendering(ent,kRenderFxNone0,0,0kRenderTransTexture,50);
    } 
To:
PHP Code:
        if(player_class[i] == Mage)
        
set_rendering (entkRenderFxGlowShell255,0,0kRenderFxNone50 );
        else
        
set_rendering(ent,kRenderFxNone0,0,0kRenderTransTexture,255);
    } 
I don't know I think this is right way ;P
__________________
Still studying scripting...

Last edited by zirualas; 10-08-2010 at 11:12.
zirualas is offline
Send a message via Skype™ to zirualas
 



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 10:22.


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