new array[MAX_PLAYERS]; // MAX_PLAYERS = 500public OnPlayerDeath(playerid,killerid,reason){ array[killerid]++; return 1;}