View Single Post
Spirit_12
Veteran Member
Join Date: Dec 2012
Location: Toronto, CA
Old 08-09-2018 , 22:15   Re: [ANY] Command and ConVar - Buffer Overflow Fixer (2.1) [07-Aug-2018]
Reply With Quote #8

Something that was needed for so long. Amazing work as always.

Line: 108
PHP Code:
if( cvar != INVALID_HANDLE && GetConVarInt(cvar) != cv++; 

PHP Code:
if( cvar != INVALID_HANDLE && cvar.IntValue != cv++; 
Just sticking to object oriented API.
__________________
Spirit_12 is offline