Last updated 1 year ago
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.
killfeed:addMessage
TriggerClientEvent('killfeed:addMessage', -1, "this_is_a_test_1", "This is a test!")