View Single Post
HarryPotter
Veteran Member
Join Date: Sep 2017
Location: Taiwan, Asia
Old 06-09-2020 , 03:59   Re: [L4D & L4D2] Left 4 DHooks Direct (1.16) [05-Jun-2020]
Reply With Quote #108

hey silvers, I found there might be a wrong offset.
in gamedata/left4dhooks.l4d2.txt
PHP Code:
            "m_PendingMobCount"
            
{
                
"windows"    "528"
                "linux"        "132"
            

but in here l4d2_horde_equaliser.sp
line 167
it writes 528 in linux
PHP Code:
SetPendingMobCount(count)
{
    return 
StoreToAddress(pZombieManager Address:528countNumberType_Int32);

I wonder which one is right
__________________

Last edited by HarryPotter; 06-09-2020 at 04:00.
HarryPotter is offline