Quote:
Originally Posted by SpeeDeeR
I think this would work
PHP Code:
{
"name" : "HasRoundTimeExpired", "class" : "CHalfLifeMultiplay", "library" : "mod", "return" : { "type" : "bool" }, "identifiers" : [ { "os" : "linux", "mod" : "cstrike", "value" : "HasRoundTimeExpired__18CHalfLifeMultiplay" } ] }
|
Correct signature for HasRoundTimeExpired would be
Code:
_ZN18CHalfLifeMultiplay19HasRoundTimeExpiredEv
The only signature that I could find relating to CheckFreezePeriodExpired was this one. See, if it works for you.
Code:
_ZN10CGameRules14IsFreezePeriodEv
__________________