About This File
Simple kill feed script that displays recent deaths on the server.
Installing
- Put the files you downloaded in their respective places
- Add require('killfeed') to client_packages/index.js
- All done
Notes
- Even though this is a kill feed script, you can send other messages to players by passing a string (your message) to pushToKillFeed event.
- The kill feed is located below the ammo counter HUD element.
- The kill feed displays 5 items (variable: maxKillFeedItems) and will display an item for 30 seconds. (variable: killFeedItemRemoveTime)
- Not all death reasons are detected but weaponData.json covers most cases.
- Default kill feed font might not support all characters.
What's New in Version 1.0.1 See changelog
Released
Updated the native hash(es) used in the script. Should work on all GTA versions now.