I think that we need a diferent aproach.
I suggest doing something like this:
PHP Code:
new Float:player_attacked_entities[MAX_PLAYERS][100][2]
player_attacked_entities[id][slot_number][0] for entity id that has been attacked
player_attacked_entities[id][slot_number][1] the damage done to that entity
What do you want to do exactly?
__________________