And 2nd param isn't a "message", it's the attacking entity's classname.
Quote:
|
fakedamage(idvictim, const szClassname[], Float:takedmgdamage, damagetype)
|
I don't know if classnames allow spaces.
Still, it's more efficient to use ham:
Code:
ExecuteHam(Ham_TakeDamage, this, idinflictor, idattacker, Float:damage, damagebits)
because it uses only one module native, compared to the fakedamage() stock which has serval module native calls.
__________________