Helipad Event
Adds an event for the Lunchsite monument to your server. A crate with valuable loot will spawn on the helipad. The crate is protected by NPC guards and a patrol helicopter. The event is completely ready for use immediately after installation, you can flexibly configure it at your discretion Featu...
codefling.com
About Helipad Event
Adds an event for the Lunchsite monument to your server. A crate with valuable loot will spawn on the helipad. The crate is protected by NPC guards and a patrol helicopter. The event is completely ready for use immediately after installation, you can flexibly configure it at your discretion
Features:
Easy to set up. Excellent customization options in the config
You can customize the contents of the box:
- in the config file, set up a list of items that will be inside
- also you can use kits (you need Kits plugin), just set the name of the kit in the config file, you can use the list of kits and choose them randomly
- also you can use loot tables (you need SimpleLootTable plugin)
- you can set the health of the npc
- you can set NPC damage multiplier on players
- you can give kits for NPCs (you need a Kits plugin)
Commands(admin only):
hpestart - force the event to start
hpestop - force stop the event
Hooks:
void LaunchSiteHelipadEventStarted() // called when the event starts
{
}
void LaunchSiteHelipadEventEnded() // called when the event has ended
{
}