Hello, i have problem with my plugin.
The error log is:
Code:
[ORPHEU] Function "CHalfLifeMultiplay::CheckWinConditions" not found
[AMXX] Run time error 10 (plugin "deathmatch.amxx") (native "OrpheuGetFunction") - debug not enabled!
I have server with linux and my version orpheu is v2.3a
Here is my file CheckWinConditions:
Code:
{
"name" : "CheckWinConditions",
"class" : "CGameRules",
"library" : "mod",
"indexes" :
[
{
"os" : "windows",
"mod" : "cstrike",
"value" : 65
},
{
"os" : "linux",
"mod" : "cstrike",
"value" : 65
}
]
}