21.01.2015, 04:32
pawn Код:
public OnPlayerTakeDamage (0x00000017, 0x0000ffff, 0x42a50000, 0x00000033, 0x00000003)
pawn Код:
public OnPlayerTakeDamage(23, 65535, 1118109696.0, 51, 3)
issuerid = 65535 = INVALID_PLAYER_ID
amount = 1118109696.0 (I don't think someone took this much damage from an explosion :l
weaponid = 51 = Explosion
bodypart = 3 = BODY_PART_TORSO
So there is a player who is receiving over 1 billion damage from an 'explosion'...?
This is either a hacker somehow doing this, which I haven't recalled seeing before, or you haven't called this callback properly.