Thread: CollisionHook
View Single Post
BHaType
Great Tester of Whatever
Join Date: Jun 2018
Old 11-25-2019 , 06:20   Re: CollisionHook
Reply With Quote #105

Try this gamedata

PHP Code:
"Games"
{
    
"left4dead2"
    
{
        
"Functions"
        
{
            
"PassEntityFilter"
            
{
                
"signature"        "PassEntityFilter"
                "callconv"        "cdecl"
                "return"        "bool"
                "this"            "ignore"
                "arguments"
                
{
                    
"a1"
                    
{
                        
"type"    "cbaseentity"
                    
}
                    
"a2"
                    
{
                        
"type"    "cbaseentity"
                    
}
                }
            }
        }
        
"Signatures"
        
{
            
"PassEntityFilter"
            
{
                
"library" "server"
                "windows"        "\x55\x8B\xEC\x57\x8B\x7D\x0C\x85\xFF\x75"
            
}
        }
    }


If this doesn't help then change the
Code:
"callconv"        "cdecl"
to this
Code:
"callconv"        "thiscall"
__________________
cry

Last edited by BHaType; 11-25-2019 at 16:50.
BHaType is offline
Send a message via AIM to BHaType