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

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