Jump to content
Message added by kasvoton,

CUSTOMER SUPPORT 
To report issues with plugin or simply get in touch with me, please use support section on site or create ticket on my discord

On-site Support
 Discord Support    
 

Please allow at least 24 hours for response on site tickets as we all live in different time zones.  Not available during weekends.

1 Screenshot

  • 23.6k
  • 480
  • 7.92 kB

About Event Announcer

HUD based alert system, no configuration required.

The main objective is to broadcast an alert when important server wide events are starting, such as:

  • Bradley event starts
  • Cargo ship event starts
  • Cargo plane (airdrop) event starts
  • Patrol event starts
  • Chinook event starts
    • Oilrig defense
    • Standard hackable crate drop

This plugin also exposes an API which allows other plugins to use the same alert system to broadcast messages.

[PluginReference]
private Plugin OxidationEventAnnouncer;

// (...)

private void OnMyImportantEvent()
{
	OxidationEventAnnouncer.Call("Broadcast", "My important event has started");
}

You can easily change the background color and text color of the announcement.
The following snippet will change the background color to #00FF00 and the text color to #F0F0F0.

[PluginReference]
private Plugin OxidationEventAnnouncer;

// (...)

private void OnMyImportantEvent()
{
	OxidationEventAnnouncer.Call("Broadcast", "My important event has started", "#00FF00", "#F0F0F0");
}

 


User Feedback

1.1m

Downloads

Total number of downloads.

5.5k

Customers

Total customers served.

78.5k

Files Sold

Total number of files sold.

1.5m

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.