View Single Post
epzminion
AlliedModders Donor
Join Date: Jan 2011
Old 06-11-2019 , 12:25   Re: [L4D2] Ladder Rambos -- Shoot from ladders!
Reply With Quote #9

Quote:
Originally Posted by diceboy View Post
Yes i have the same problem, any fix ?
My guess is that you need to fix this bug in this extension's copy of CDetour. It is causing mprotect to only be called on the first page of 'CTerrorPlayer::PreThink', and the offset is probably shifting it past that boundary into the next page.

Or you could also just change the gamedata to use a byte signature directly at the patch location instead of using a symbol+offset.
epzminion is offline