Raised This Month: $ Target: $400
 0% 

check if a user is rendering(glowing)


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
Ynet
Member
Join Date: Aug 2017
Location: israel
Old 05-02-2020 , 15:04   check if a user is rendering(glowing)
Reply With Quote #1

is there a way to check if a person is glowing?


here is an example of how i want to check it



PHP Code:
public KillRender()
{
    
    
    new 
players[32], num;
    
get_playersplayersnum"ch" );
    for( new 
0numi++ )
    {
        
        
        if(
get_user_team(players[i]) == 2)
        continue;
        
        
        if(
get_user_rendering(players[i]))
        {
            
            
user_silentkill(players[i])
            
        }
        
    }
    
    


Last edited by Ynet; 05-02-2020 at 15:05.
Ynet 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 11:52.


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