[H@mer] Kill Feed (CS:O Style)

Preview (Look bottom left screen)

GameRoom Icon
GameFlag
GameGlass
GameBomb
GameBoxing
GameDeathMacth
GameMostKill
GameShoot
GameTeamDeathMacth
GameZombie
GameLight
Vehicle Crash
vehicle
Vehicle Weapon
vehicleweapon
Headshot
headshot
Suicide
suicide
Paintball GameRoom Mode
paintballblue
paintballred
Server and Client Config

Info

  • Player name or rp name.
  • Display player avatar, weapon, headshot kill, range.
  • Highlight owner player target and killer.
  • Pause menu hide kill feed.
  • Adaptive screen by selfzone and resolution.
  • Hide player masked name (can config).
  • Support GameRoom team color and game icon.
  • Suggest other features in my DM.
  • Resmon 0.0ms.

Guide

  • Custom weapon and icon with .png file.
  • Change kill feed position in ./html/js/app.js
if(data.safezone){
	var safezone= data.safezone;
	$("#killfeed_notifications").css('left', 100*safezone.rightX+1+'%');
	$("#killfeed_notifications").css('bottom', 100-(100*safezone.bottomY+1.5)+'%');
}
  • Change get player display name in ./config/server/event.lua

Buy On Tebex

Other Gamemode

Other Script

Code is accessible No
Subscription-based No
Lines (approximately) 1000+
Requirements No
Support Yes
1 Like

nice work bro

1 Like

How to add the kill icon of the add-on weapon? I would be very grateful if you could tell me.