Garry's Mod
Player Tracker by Saana
55 comentarios
Benroe2013 18 ABR a las 8:30 
Does this work for entities?
Saana  [autor] 20 NOV 2020 a las 21:22 
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 DIC 2019 a las 17:18 
Very interesting
Saana  [autor] 17 NOV 2019 a las 22:39 
I think wallhacks are a little overpowered but sure, prob wouldnt be that hard for you to edit
Zhake 17 NOV 2019 a las 22:08 
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  [autor] 17 NOV 2018 a las 9:26 
No
KnightAsherV 17 NOV 2018 a las 5:21 
Does the Tracker work for NPC too?
Saana  [autor] 22 SEP 2018 a las 1:10 
Works fine for me
Saana  [autor] 21 SEP 2018 a las 20:31 
I’ll look into it soon
chispitas 21 SEP 2018 a las 18:45 
I found an error and that pt_clear does not work
Saana  [autor] 21 SEP 2018 a las 17:44 
I was going to, but accurate detection is hard to achieve and it would lead to a lot of misjudgement
chispitas 21 SEP 2018 a las 17:21 
need add the Propkill
Saana  [autor] 6 SEP 2018 a las 5:49 
Done, i MIGHT still look into adding the search feature in the future but right now i really cant be bothered.
Saana  [autor] 5 SEP 2018 a las 3:08 
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  [autor] 30 AGO 2018 a las 16:18 
Yeah it’s up to the individual to pick how long markers should live for
Zonax_ 30 AGO 2018 a las 8:23 
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 AGO 2018 a las 3:04 
I'll be willing to test if needed.
Saana  [autor] 29 AGO 2018 a las 19:01 
I’ll see if I still have the original code and maybe add it in a day or two
Zonax_ 29 AGO 2018 a las 18:46 
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  [autor] 29 AGO 2018 a las 16:43 
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 AGO 2018 a las 11:49 
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 AGO 2018 a las 10:53 
@Saana, could you accept my friend request, i want to ask you something about that addon
Saana  [autor] 1 MAY 2018 a las 18:21 
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 a las 12:35 
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 a las 12:33 
shit.
Saana  [autor] 30 ABR 2018 a las 21:50 
At this point I don’t really want to start coding this again so no sorry
TormentedGraves 30 ABR 2018 a las 13:19 
can there be a command to reveal only the player that has been killed and not reveal the killer?
great addon :steamhappy:
Saana  [autor] 29 ABR 2018 a las 17:04 
if its for a server, google how to add workshop addons. otherwise click subscribe
Bjørnen 28 ABR 2018 a las 4:20 
How do i install it?
Saana  [autor] 16 ABR 2018 a las 14:37 
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 ABR 2018 a las 9:34 
how can i do like i have a moderator so he can see it
Saana  [autor] 5 MAR 2018 a las 21:36 
It’s a pain to store a sequence of events like that, so I cbf. Nice idea though
Cashews 5 MAR 2018 a las 6:30 
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  [autor] 11 FEB 2018 a las 21:45 
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 a las 9:12 
All my admins can see it

Saana  [autor] 11 FEB 2018 a las 3:10 
What is popping up?
𝓢𝓽𝓮𝓮𝔃𝓮𝔂 10 FEB 2018 a las 15:43 
Saana can i turn auto popup off
Saana  [autor] 3 SEP 2017 a las 13:54 
You can download it and replace "IsAdmin()" with "true" in the code
Night 3 SEP 2017 a las 11:37 
is there a way you can make a mod like this.... but it'll show you another players screen?
(for sandbox?)
Saana  [autor] 25 DIC 2016 a las 18:09 
The menu with the logs have timestamps, you should be able to work it out with the information provided
Joe 25 DIC 2016 a las 5:46 
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  [autor] 10 AGO 2016 a las 18:00 
No it only tracks pop and prop spam on sandbox
nicotine dependence 24 MAR 2016 a las 1:00 
Good addon tbh.
Saana  [autor] 23 FEB 2016 a las 7:08 
Updated and added functionality to the pt_menu concommand, check changelog for description
Saana  [autor] 22 FEB 2016 a las 15:39 
It is useable, it tracks when a player kills another player or when a player gets arrested
nigby 22 FEB 2016 a las 14:47 
can you actually use it yet?
Soapmactuna 21 FEB 2016 a las 13:52 
Lookin fresh as a nigga
Spiller 21 FEB 2016 a las 11:56 
Lookin fresh as a muthafuka
Saana  [autor] 21 FEB 2016 a las 8:43 
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 a las 0:51 
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?