View Single Post
Mystik Spiral
Senior Member
Join Date: Oct 2020
Location: Orlando, FL
Old 04-22-2024 , 21:30   Re: [L4D & L4D2] Left 4 DHooks Direct (1.146) [21-Apr-2024]
Reply With Quote #1106

Totally understand and no worries! Until then, I have the hack in my code, similar to:

Code:
static char sMapName[64];
GetCurrentMap(sMapName, sizeof(sMapName));
if (L4D_IsMissionFinalMap() || strncmp(sMapName, "l4d2_tank", 9) == 0)
{
    DoStuff;
}
__________________

Last edited by Mystik Spiral; 04-22-2024 at 21:30.
Mystik Spiral is offline