Thread: Patching memory
View Single Post
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 02-10-2013 , 07:54   Re: Patching memory
Reply With Quote #32

Under windows, the content of HasRoundTimeExpired has been put directly inside Think(), at compilation time, because of the optimization. You will need to "nop" some bytes in Think(). And again, see what I do in InfiniteRound v2 plugin.
__________________

Last edited by Arkshine; 02-10-2013 at 07:55.
Arkshine is offline