Garry's Mod

Garry's Mod

26 ratings
KillList
   
Award
Favorite
Favorited
Unfavorite
Content Type: Addon
Addon Type: Effects
Addon Tags: Realism
File Size
Posted
Updated
15.404 KB
24 Sep, 2023 @ 3:32pm
4 Oct, 2023 @ 2:04pm
12 Change Notes ( view )

Subscribe to download
KillList

Description
KillList

Adds KillList like in Battlefield-like games etc.

Shows who you killed with what.
Shows skull next to name if it was Headshot or normal kill.

Supports:

NPCs
Lambda Players
Players
Popular Discussions View All (2)
2
10 Nov, 2023 @ 5:18pm
PINNED: Suggestions
Aaron
0
27 Sep, 2023 @ 1:13am
PINNED: Bugs/Errors
Aaron
7 Comments
Ajiliffe 5 Apr, 2024 @ 12:35pm 
fortnite
Aaron  [author] 26 Sep, 2023 @ 2:35pm 
I don't know if i want to make Points System for this
vestra 26 Sep, 2023 @ 10:02am 
This is cewl! Could you also make like those score points on call of duty when you get a kill like 175+ EXP
Aaron  [author] 26 Sep, 2023 @ 6:40am 
Welp, i got ss from one guy on discord showing this resolution issue on quite big monitor and i need just to calibrate better variables.

About NPCs i will look into that
Lombaxtard 26 Sep, 2023 @ 6:29am 
In the video here NPCs use their vanity names, unless they're all included in the code itself and it manually turns classnames into pre-defined 'casual' names
Regardless, there a few places I saw that use "spawnmenu/addon name" names for display, mainly in some "NPC Health Bar" addons
On account of resolution scaling I'd recommend checking out code here and here . These here are prime examples of code utilizing "proper" scaling of GUI elements. They don't look extremely big on tiny resolutions, and also shouldn't appear microscopic on huge display setups. And that in it of itself is a rare feat to see
Aaron  [author] 26 Sep, 2023 @ 5:39am 
From player perspective, its easy.

But from lua, npc's dont have actuall name. They have class which i can obtain and put in elimination list, im not sure how i can make this possible to replace npc class with their actuall name.

I'll think about this while trying to solve issue with bigger resolutions (4K) since elim list as well icons are misplaced and are making everything messy.
Lombaxtard 26 Sep, 2023 @ 1:24am 
Showing "downed" is a very cool feature
But do you think you can make an option to enable/disable showing PrintName (or whatever it's called) instead of classname for NPCs? ("Citizen" instead of "npc_citizen")