Hi, I'm pretty new to creating plugins.
I've done some of the basics but now for my next idea I need something specific.
What I'm looking for is the following:
When a shotgun trap fires, I want to know if it's inside a building zone.
If it is I want to know who has build priv. for it.
What would be the best way for me to access this information?
There doesn't seem to be a hook for the shotgun trap, right?
So I saw how another plugin 'created' suck a hook by using the OnEntityTakeDamage.
I'd figure I should start there, but how should I go further to get the required info, and is this the best way to do this?
Thx