also nop the boolean to true
This commit is contained in:
parent
e2e350973c
commit
3168c52234
@ -308,6 +308,14 @@ static struct SrcdsPatch
|
|||||||
(unsigned char *)"\x90\x90\x90\x90\x90\x90\x90\x90",
|
(unsigned char *)"\x90\x90\x90\x90\x90\x90\x90\x90",
|
||||||
"cstrike/bin/server_srv.so"
|
"cstrike/bin/server_srv.so"
|
||||||
},
|
},
|
||||||
|
//17 also NOP out boolean = true // freeze players while in intermission m_bFreezePeriod = true;
|
||||||
|
{
|
||||||
|
"_ZN12CCSGameRules16GoToIntermissionEv",
|
||||||
|
(unsigned char *)"\x8B\x45\x08\xC6\x80\x45\x02\x00\x00\x01",
|
||||||
|
"xxxxxxxxxx",
|
||||||
|
(unsigned char *)"\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90",
|
||||||
|
"cstrike/bin/server_srv.so"
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
class CBaseEntity;
|
class CBaseEntity;
|
||||||
|
Loading…
Reference in New Issue
Block a user