Adding Messages to the feed
You can add any custom message to the feed by triggering the killfeed:addMessage
client event. It has two parameters: id and message. The id must be a unique string/int. The message needs to be a string.
Example
Last updated