In your loop_credits you find the player's id fine but don't do the show_hudmessage correctly.
In other player_killed event you incorrectly initialize a string variable; you can only declare an array without a dimension length if you plan on initializing the variable when you instantiate it. Otherwise you need do something like new string[7].