Raised This Month: $ Target: $400
 0% 

[TF2] Get ACTIVE Dominations


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
bl4nk
SourceMod Developer
Join Date: Jul 2007
Old 08-02-2009 , 14:21   Re: [TF2] Get ACTIVE Dominations
Reply With Quote #4

PHP Code:
stock GetDominationCount(client)
{
    new 
countoffset FindSendPropInfo("CTFPlayer""m_bPlayerDominated");
    for (new 
1<= MaxClientsi++)
    {
        if (
IsClientInGame(i) && GetEntData(clientoffset+i) == 1)
        {
            
count++;
        }
    }

    return 
count;

Something like that should work.
bl4nk 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 18:16.


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