View Single Post
psychonic

BAFFLED
Join Date: May 2008
Old 09-10-2013 , 12:29   Re: Team Balance Immunity
Reply With Quote #232

Quote:
Originally Posted by Oshizu View Post
Thanks mate!

Here's an updated gamedata for your version
Not sure if it's gonna work thought

PHP Code:
"Games"
{
    
"tf"
    
{
        
"Offsets"
        
{
            
"CanBeAutobalanced"
            
{
                
"windows"    "456"
                "linux"        "457"
                "mac"        "458"
            
}
        }
    }

It should work if it was meant for CBaseMultiplayerPlayer::CanBeAutobalanced(voi d)
That is the correct function, yes.

Unfortunately, one thing that I forgot about was that I think my include file is different than his, meaning that plugins would need a minor edit to use it instead. (alternatively, the extension could be edited and recompiled to match the other).
psychonic is offline