Delete the one you've now and put this in amxmodx/configs/orpheu/functions/CHalfLifeMultiplay, check if that solve your problem.
Code:
{
"name" : "CheckWinConditions",
"class" : "CHalfLifeMultiplay",
"library" : "mod",
"identifiers" :
[
{
"os" : "windows",
"mod" : "cstrike",
"value" : [0x83,"*","*",0x53,0x55,0x8B,"*",0x56,0x33,"*",0x57,0x8A,"*","*","*","*"]
},
{
"os" : "linux",
"mod" : "cstrike",
"value" : "_ZN18CHalfLifeMultiplay18CheckWinConditionsEv"
}
]
}
__________________