Jump to content

Is there a plugin to see who triggered the Heli Rockets?


Recommended Posts

Posted

I there a simple existing plugin or something else available that lets you see who triggered the Attack Helicopter to fire rockets at someone's base and destroy it.
I think that RaidTracker might log the heli rockets but not sure if will also show who made heli to fire them.

Posted

I'm not sure if a plugin exists but in theory it would be fairly simple to make a plugin that logs this Hook; this wouldn't account for logging the damaged base and who owns it, though, which I don't know if that would be possible. I'm sure a better developer can chime in. 🙂 

bool CanHelicopterStrafeTarget(PatrolHelicopterAI entity, BasePlayer target)
{
    Puts("CanHelicopterStrafeTarget works!");
    return true;
}
Quote

CanHelicopterStrafeTarget

Called when a patrol helicopter attempts to target a player to attack while strafing

Returning true or false overrides default behavior

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
0

Downloads

Total number of downloads.

0

Customers

Total customers served.

0

Files Sold

Total number of files sold.

0

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.