Raised This Month: $ Target: $400
 0% 

Split team


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
CarbonDioxide
Member
Join Date: Apr 2012
Old 06-17-2012 , 13:36   Re: Split team
Reply With Quote #4

Allright, so, what I am trying to do is make half the terrorists glow red, and the another half of the terrorists glow blue.

I tried this:
PHP Code:
public splitThem()      
{  
    new 
players[32], numplayer;  
    
get_playersplayersnum"a" );  
      
    for( new 
0numi++ )  
    {  
        
player players[i];  
          
        if( !( 
) )                      
            
set_user_rendering(player,kRenderFxGlowShell,0,0,255,kRenderNormal,16); 
        else  
            
set_user_rendering(player,kRenderFxGlowShell,255,0,0,kRenderNormal,16); 
    }  

But, nothing.. What am I doing wrong ?
CarbonDioxide 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 06:19.


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