Raised This Month: $51 Target: $400
 12% 

[PAID]Stats/ELO


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Legitified
Member
Join Date: Jul 2013
Old 04-29-2016 , 14:10   [PAID]Stats/ELO
Reply With Quote #1

I'm looking for a coder/scripter to recreate a certain plugin. It will be modified to a better system for calculating stats, creating hidden ELO. If interested please post or add my Steam profile here and I will explain in more detail.
Legitified is offline
Legitified
Member
Join Date: Jul 2013
Old 04-30-2016 , 23:37   Re: [PAID]Stats/ELO
Reply With Quote #2

I'm still looking, please anyone?
Legitified is offline
j1gg
Senior Member
Join Date: Dec 2015
Old 05-02-2016 , 19:31   Re: [PAID]Stats/ELO
Reply With Quote #3

HLStatsX have something similat to elo system.
__________________
j1gg is offline
Legitified
Member
Join Date: Jul 2013
Old 05-03-2016 , 22:10   Re: [PAID]Stats/ELO
Reply With Quote #4

Quote:
Originally Posted by j1gg View Post
HLStatsX have something similat to elo system.
Well, yes they do and share similarities to what I want, but it's sort of not what I'm looking for.

Still looking.

Last edited by Legitified; 05-03-2016 at 23:52.
Legitified is offline
Legitified
Member
Join Date: Jul 2013
Old 05-04-2016 , 23:39   Re: [PAID]Stats/ELO
Reply With Quote #5

Please anyone.
Legitified is offline
quilhos
Veteran Member
Join Date: Jun 2010
Old 06-07-2016 , 20:10   Re: [PAID]Stats/ELO
Reply With Quote #6

well mate, a long time ago I'd done a system that calculates points based on the elo system.
Here is the math that I come up with:
PHP Code:
public client_deathiKilleriVictimiWpnIndexiHitPlaceiTK )
{    
    
// MATH STUFF
    
div1 float(elo_rating[iKiller])/400
    div2 
float(elo_rating[iVictim])/400
    
    QA 
floatpower(10.0,div1)
    
QB floatpower(10.0,div2)
    
    
kill_points floatdiv(QA,QA+QB)
    
    if( 
elo_rating[iKiller] >= 2400 )
    {
        
Kfactor 15
    
}
    else if( 
elo_rating[iKiller] < 2400 )
    {
        
Kfactor 20
    
}
    else if( 
g_iKills[iKiller] < 50 )
    {
        if( 
elo_rating[iKiller] >= 2400 )
        {
            
Kfactor 15
        
}
        else
        {
            
Kfactor 35
        
}
    }
    
    
calculate_points Kfactor * (kill_points)
    
    
points floatround(calculate_points)
    
// END MATH STUFF

__________________
ELO RATING SYSTEM - SQL [COMPLETE]
Quote:
Originally Posted by Liverwiz View Post
DDDRRRRAAAAMMMMAAAAA!!!???

Put this shit on pause while i go get some popcorn!!
quilhos is offline
Reply



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 12:24.


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