Please do not bump your thread as often.
To add stuff onto the existing player, subscribe to RenderPlayerEvent.Post and do your custom rendering there.
To completely override the rendering of the player, subscribe to RenderPlayerEvent.Pre, then cancel the event and do your rendering of the player.
Depending on the effect you want to achieve, choose one method given above.