Helicopter Tiers - spawn above player

Orange

Administrator
hi,
would be nice to have option to spawn heli above player when i use helicoptertiers.spawn tier steamID
It spawns nearby player 100m, you can enable protecting position, so he will fly directly to player and then fly on that zone
 
hmm something is not working... we made a test with this and players are waiting, and waiting and heli will not go there :D


Code:
    {
      "Shortname": "tier4",
      "Enabled": false,
      "Display name": "Hardcore Helicopter",
      "Broadcast in chat": true,
      "Chance": 50.0,
      "Health": 25000,
      "Main Rotor Health": 1450,
      "Second Rotor Health": 1050,
      "Bullet damage": 35.0,
      "Max speed": 35.0,
      "Crates to spawn minimal": 6,
      "Crates to spawn maximal": 8,
      "Instant crates unlock": false,
      "Protect spawn position": true,
      "Spawn on specific positions": true,
      "Specific positions": [
        {
          "x": 0.0,
          "y": 0.0,
          "z": 0.0
        },
        {
          "x": 100.0,
          "y": 0.0,
          "z": 100.0
        }
      ]
    }
 

Orange

Administrator
JSON:
"Spawn on specific positions": true,
      "Specific positions": [
        {
          "x": 0.0,
          "y": 0.0,
          "z": 0.0
        },
        {
          "x": 100.0,
          "y": 0.0,
          "z": 100.0
        }
Because of that
 
if i set it to false, and Protect spawn position to true there still is a problem, player is waiting and waiting and heli is flying somewhere else
 
i have the same problem as mention above , heli spawn far away and never fly to the player its called for
 
Hey. Hey.
I just bought the plugin and I have the same problem. could it be fixed. It's a bad thing that it doesn't work.



Code:
{
  "Affect regular helicopters": true,
  "Values": [
    {
      "Shortname": "tier1",
      "Enabled": true,
      "Display name": "Tier1",
      "Broadcast in chat": true,
      "Chance": 50.0,
      "Health": 1500,
      "Main Rotor Health": 900,
      "Second Rotor Health": 500,
      "Bullet damage": 20.0,
      "Max speed": 25.0,
      "Crates to spawn minimal": 4,
      "Crates to spawn maximal": 6,
      "Instant crates unlock": true,
      "Protect spawn position": false,
      "Spawn on specific positions": false,
      "Specific positions": [
        {
          "x": 0.0,
          "y": 0.0,
          "z": 0.0
        },
        {
          "x": 100.0,
          "y": 0.0,
          "z": 100.0
        }
      ]
    },
    {
      "Shortname": "tier2",
      "Enabled": true,
      "Display name": "Tier2",
      "Broadcast in chat": true,
      "Chance": 50.0,
      "Health": 3000,
      "Main Rotor Health": 900,
      "Second Rotor Health": 500,
      "Bullet damage": 20.0,
      "Max speed": 25.0,
      "Crates to spawn minimal": 6,
      "Crates to spawn maximal": 7,
      "Instant crates unlock": true,
      "Protect spawn position": false,
      "Spawn on specific positions": false,
      "Specific positions": [
        {
          "x": 0.0,
          "y": 0.0,
          "z": 0.0
        },
        {
          "x": 100.0,
          "y": 0.0,
          "z": 100.0
        }
      ]
    },
    {
      "Shortname": "tier3",
      "Enabled": true,
      "Display name": "Tier3",
      "Broadcast in chat": true,
      "Chance": 50.0,
      "Health": 5000,
      "Main Rotor Health": 900,
      "Second Rotor Health": 500,
      "Bullet damage": 20.0,
      "Max speed": 25.0,
      "Crates to spawn minimal": 8,
      "Crates to spawn maximal": 10,
      "Instant crates unlock": true,
      "Protect spawn position": false,
      "Spawn on specific positions": false,
      "Specific positions": [
        {
          "x": 0.0,
          "y": 0.0,
          "z": 0.0
        },
        {
          "x": 100.0,
          "y": 0.0,
          "z": 100.0
        }
      ]
    }
  ]
}
 
Last edited:
Top