public OnPlayerTakeDamage(playerid, issuerid, Float: amount, weaponid){ damagedid[playerid] = amount; return 1;}
new Float:damagedid[MAX_PLAYERS];