killicon
The killicon library is used to add to and control the icons that appear in the top right of your screen when a player is killed.
Methods
Adds kill icon for given weapon/entity class using special font.
killicon.AddTexCoord( string class, string texture, table color, number x, number y, number w, number h )
Creates new kill icon using a sub-rectangle of a texture.
Draws a kill icon.
We advise against using this. It may be changed or removed in a future update.
This function applies unpredictable vertical offsets, you should use killicon. Render instead, which does not suffer from this issue.
Returns the size of a kill icon.