My Attack Heli

NULLED RUST PLUGIN My Attack Heli 1.1.2

Upgrade or register to download
Potentially Outdated? (3+ Months)
Potentially Outdated: This resource hasn't been updated in over 3 months. Since base platforms and games update frequently, older files may experience compatibility issues. Please verify the supported versions and check the discussion tab or official sources first. If the resource no longer works, consider requesting an update from the author.



About My Attack Heli​


MyAttackHeli allows Player with permission to spawn and fetch there own Attack Helicopters



Permissions

MyAttackHeli.use --- Allows use of command

MyAttackHeli.fetch --- Allows use of Fetch command

MyAttackHeli.vip --- players with VIP settings



Commands

/attackheli ---- Spawns heli in look direction

/attackheli fetch ----- fetch heli to players location


Config File

Code:
{
  "1. Fetch Cooldown in Minutes": 10,
  "2. Limit Admins to Spawn Limits (False will allow admin to unlimited spawns)": true,
  "3. Use 24Hour spawn Restriction (False will alow spawn after heli death)": true,
  "4. Group Settings": {
    "playerheli": {
      "HeliSpeed": 8500,
      "HeliFuelPerSec": 0.5,
      "StartingFuelAmmount": 100,
      "HeliHealth": 850.0
    },
    "vipheli": {
      "HeliSpeed": 10000,
      "HeliFuelPerSec": 0.2,
      "StartingFuelAmmount": 200,
      "HeliHealth": 1000.0
    },
    "adminheli": {
      "HeliSpeed": 20000,
      "HeliFuelPerSec": 0.0,
      "StartingFuelAmmount": 1000,
      "HeliHealth": 2000.0
    }
  },
  "5. Items To Exclude from Rocket and flare container": [
    "ammo.rocket.fire",
    "ammo.rocket.basic"
  ]
}
Back
Top