Sorry for my english, i'm from Argentina!
Hi! I want to catch when Monster attack a Player..
I tried whit Ham, and whit Orpheu (but Orpheu use the call of Ham if I didn't understand bad..), but i can't, I read all the post including this:
https://forums.alliedmods.net/showth...7521?p=1087521
And couldn't!
This is TakeDamage of Orpheu I use:
PHP Code:
{
"name" : "TakeDamage",
"class" : "CBasePlayer",
"library" : "mod",
"arguments" :
[
{
"type" : "entvars_s *"
},
{
"type" : "entvars_s *"
},
{
"type" : "float"
},
{
"type" : "int"
}
],
"indexes" :
[
{
"os" : "windows",
"mod" : "cstrike",
"value" : 12
},
{
"os" : "linux",
"mod" : "cstrike",
"value" : 14
}
]
}