Track/Log txAdmin NoClip

Hi there,

I’m currently developing a small script for myself and was trying out some stuff. I created like a custom aduty-Command which writes stuff into the db and some couple of other things.
Now I want to log in the chat when someone enters NoClip through txAdmin. I’ve searched for some events that may help me but there were none. Does anyone have a suggestion how to implement it? Is it even possible? (I’m a beginner)

Check out this event from txadmin: txAdmin/resource/sv_logger.lua at 7d718ba50d38c5cfe9221288c4fec7e4beefafb8 · tabarra/txAdmin · GitHub

You should be able to copy the event handler, and create your own logs based on that.

Thanks a lot