Garry's Mod

Garry's Mod

Player Tracker by Saana
55 Comments
Benroe2013 18 Apr @ 8:30am 
Does this work for entities?
Saana  [author] 20 Nov, 2020 @ 9:22pm 
I Think it works for any gamemode, but i made it on darkrp and didnt test it anywhere else

worth a try though
ŸouŋgPũrpleĎragōnŚtarlŏk 27 Dec, 2019 @ 5:18pm 
Very interesting
Saana  [author] 17 Nov, 2019 @ 10:39pm 
I think wallhacks are a little overpowered but sure, prob wouldnt be that hard for you to edit
Zhake 17 Nov, 2019 @ 10:08pm 
I wonder if it's possible to edit certain portions so that this can be used as a means to track down criminals for use by the FBI or something in DarkRP. It's a good moderation tool, but it would be a great RP tool as well.
Saana  [author] 17 Nov, 2018 @ 9:26am 
No
KnightAsherV 17 Nov, 2018 @ 5:21am 
Does the Tracker work for NPC too?
Saana  [author] 22 Sep, 2018 @ 1:10am 
Works fine for me
Saana  [author] 21 Sep, 2018 @ 8:31pm 
I’ll look into it soon
chispitas 21 Sep, 2018 @ 6:45pm 
I found an error and that pt_clear does not work
Saana  [author] 21 Sep, 2018 @ 5:44pm 
I was going to, but accurate detection is hard to achieve and it would lead to a lot of misjudgement
chispitas 21 Sep, 2018 @ 5:21pm 
need add the Propkill
Saana  [author] 6 Sep, 2018 @ 5:49am 
Done, i MIGHT still look into adding the search feature in the future but right now i really cant be bothered.
Saana  [author] 5 Sep, 2018 @ 3:08am 
Reducing default marktime to 30 seconds, fixed some shitty string typos, replaced all the player models with one model to avoid missing error models and looking like trash, added cvars to toggle drawing of each type of event individually, *might* remove halos and make my own rendering thing that looks more clean to draw outlines of shit.

looked into a search feature, its probably going to be a huge pain tbh youll probably have to use this in conjunction with checking server logs. also i really cant be bothered redoing the menu, i hate derma. Will update soon
Saana  [author] 30 Aug, 2018 @ 4:18pm 
Yeah it’s up to the individual to pick how long markers should live for
Zonax_ 30 Aug, 2018 @ 8:23am 
Tried some testing with another player. Is it correct that pt_marktime is clientside? As in, it only affects the player writing the command?
Zonax_ 30 Aug, 2018 @ 3:04am 
I'll be willing to test if needed.
Saana  [author] 29 Aug, 2018 @ 7:01pm 
I’ll see if I still have the original code and maybe add it in a day or two
Zonax_ 29 Aug, 2018 @ 6:46pm 
Thanks for an in-depth answer. As I said before, i didn't have any issues yet, and after what you're telling, i don't seem to have any worries.

Don't know if you're taking feedback, but the pt_menu could be improved by getting a bit bigger, and adding a search function to search for name, time, steamid etc.

And a really awesome feature would be if you could disable the player tracker when someone dies, and ONLY show it, when going in the log.
Saana  [author] 29 Aug, 2018 @ 4:43pm 
I can’t see any reason for it to impact performance.
It only loads in the events as they are requested by individual admins, and if there are too many events in screen at once and somehow a few clientside entities lags your system there is a command that removes all displayed events. With my experience though you can render well over a thousand clientside props before it hurts my FPS (with a gtx 950 which isn’t a very good gpu)
Zonax_ 29 Aug, 2018 @ 11:49am 
Hi Saana, thanks for a really nice addon! I have a question about performance. So far it seems to work great on an active server, but as there is more and more events added when people die / propspam, won't it get slower and slower? Is there some kind of retention?
Merdeus 19 Aug, 2018 @ 10:53am 
@Saana, could you accept my friend request, i want to ask you something about that addon
Saana  [author] 1 May, 2018 @ 6:21pm 
Not that I know of,, if you know a little bit of lua it might not be hard to modify this addon but I couldn’t really tell you where in the code to look
TormentedGraves 1 May, 2018 @ 12:35pm 
well, is there any chance there are any addons that have that? ( the " reveal only player killed and not reveal the killer " thing )
TormentedGraves 1 May, 2018 @ 12:33pm 
shit.
Saana  [author] 30 Apr, 2018 @ 9:50pm 
At this point I don’t really want to start coding this again so no sorry
TormentedGraves 30 Apr, 2018 @ 1:19pm 
can there be a command to reveal only the player that has been killed and not reveal the killer?
great addon :steamhappy:
Saana  [author] 29 Apr, 2018 @ 5:04pm 
if its for a server, google how to add workshop addons. otherwise click subscribe
Bjørnen 28 Apr, 2018 @ 4:20am 
How do i install it?
Saana  [author] 16 Apr, 2018 @ 2:37pm 
You’re gonna need to edit a line or two of code that checks for the moderator user group instead of just checking if they’re admin
John Helldiver 15 Apr, 2018 @ 9:34am 
how can i do like i have a moderator so he can see it
Saana  [author] 5 Mar, 2018 @ 9:36pm 
It’s a pain to store a sequence of events like that, so I cbf. Nice idea though
Cashews 5 Mar, 2018 @ 6:30am 
i got a million dollar idea, how bout when you interact with a deadbody, you can see how he/she was killed, thatl make one dope SWEP
Saana  [author] 11 Feb, 2018 @ 9:45pm 
Add a lua file (name doesn't matter) to your server's garrysmod/lua/autorun/client folder with the code:

timer.Simple(1, function() if not LocalPlayer():IsSuperAdmin() then RunConsoleCommand("pt_marktime", 0) end end)
𝓢𝓽𝓮𝓮𝔃𝓮𝔂 11 Feb, 2018 @ 9:12am 
All my admins can see it

Saana  [author] 11 Feb, 2018 @ 3:10am 
What is popping up?
𝓢𝓽𝓮𝓮𝔃𝓮𝔂 10 Feb, 2018 @ 3:43pm 
Saana can i turn auto popup off
Saana  [author] 3 Sep, 2017 @ 1:54pm 
You can download it and replace "IsAdmin()" with "true" in the code
Night 3 Sep, 2017 @ 11:37am 
is there a way you can make a mod like this.... but it'll show you another players screen?
(for sandbox?)
Saana  [author] 25 Dec, 2016 @ 6:09pm 
The menu with the logs have timestamps, you should be able to work it out with the information provided
Joe 25 Dec, 2016 @ 5:46am 
it would be nice to see if you could discover if one has been shot by accident by displaying who else got shot in the timeframe
Saana  [author] 10 Aug, 2016 @ 6:00pm 
No it only tracks pop and prop spam on sandbox
nicotine dependence 24 Mar, 2016 @ 1:00am 
Good addon tbh.
Saana  [author] 23 Feb, 2016 @ 7:08am 
Updated and added functionality to the pt_menu concommand, check changelog for description
Saana  [author] 22 Feb, 2016 @ 3:39pm 
It is useable, it tracks when a player kills another player or when a player gets arrested
nigby 22 Feb, 2016 @ 2:47pm 
can you actually use it yet?
Soapmactuna 21 Feb, 2016 @ 1:52pm 
Lookin fresh as a nigga
Spiller 21 Feb, 2016 @ 11:56am 
Lookin fresh as a muthafuka
Saana  [author] 21 Feb, 2016 @ 8:43am 
Yep, it's in the todo list.
Had to reinstall Windows yesterday so I haven't had the chance to add it yet.
TenLetters 21 Feb, 2016 @ 12:51am 
do you know if you can add prop markers owned by both the target and victm so that staff can check for prop killing, minging, and abusing?