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