View Single Post
Oshizu
Veteran Member
Join Date: Nov 2012
Location: Warsaw
Old 09-10-2013 , 12:24   Re: Team Balance Immunity
Reply With Quote #231

Quote:
Originally Posted by psychonic View Post
The version that I posted somewhere in the thread should still work fine, even though it's likely over a year or two old now. It only needs a single gamedata offset to be updated, which is much easier to find than a signature.
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)
__________________
...

Last edited by Oshizu; 09-10-2013 at 12:27.
Oshizu is offline