View Single Post
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 05-03-2022 , 09:13   Re: [ANY/CSGO] cutlrbtree overflow, memory access
Reply With Quote #10

Quote:
Originally Posted by Hawkins View Post
spams this in error logs when trying to use in L4D2:
PHP Code:
L 05/03/2022 00:45:43: [SMException reportedProperty "m_bForcePurgeFixedupStrings" not found (entity 0/worldspawn)
L 05/03/2022 00:45:43: [SMBlamingstringpool_fix.smx
L 05
/03/2022 00:45:43: [SMCall stack trace:
L 05/03/2022 00:45:43: [SM]   [0SetEntProp
L 05
/03/2022 00:45:43: [SM]   [1Line 14d:\L4D Stuff\4. VS SourcePawn\stringpool_fix.sp::OnEntityCreated
L 05
/03/2022 00:45:43: [SMException reportedProperty "m_bForcePurgeFixedupStrings" not found (entity 32/cs_team_manager)
L 05/03/2022 00:45:43: [SMBlamingstringpool_fix.smx 
PHP Code:
public void OnEntityCreated(entity, const char[] classname)
{
    if(
HasEntProp(entityProp_Data"m_bForcePurgeFixedupStrings")
        
SetEntProp(entityProp_Data"m_bForcePurgeFixedupStrings"true);

__________________
Do not Private Message @me
Bacardi is offline