HeliControl

Moved

Total Downloads: 35,354 - First Release: Sep 18, 2015 - Last Update: Apr 19, 2018

5/5, 74 likes
  1. If you don't mind, I'd like to see how you've gone about spawning the blueprints, and implement it in the next version, with credit of course.
     
  2. Of course, here is.
    In HeliControlData.json for each lootBoxContents items have added new param "isBP". Set it to true if you want to generate blueprint. Amount of bluprints always = 1, ever if you set else.
    Before using this plugin with old HeliControlData.json be sure you've added new param string in each lootBoxContents items, for ex. "isBP": false
     

    Attached Files:

  3. whether it is possible to call on steamID?
     
  4. Shady757 updated HeliControl with a new update entry:

    1.0.16

     
  5. Is there a command to set how often a heli spawns onto the map without calling it manually?
     

  6. I recommend using the "TimedExecute" plugin as suggested multiple times before.
     
  7. So no chance of adding timer in this plugin like for example "AirdropExtended" haves? When i am using "timedExecute" sometimes happens 2 hellis comes :(
     
  8. > grant group admin HeliControl
    [Oxide] 2:38 AM [Info] Permission 'HeliControl' doesn't exist
    > oxide.grant group admin HeliControl
    [Oxide] 2:38 AM [Info] Permission 'HeliControl' doesn't exist
    > oxide.grant group admin HeliControl.all
    [Oxide] 2:38 AM [Info] Permission 'HeliControl.all' doesn't exist
    grant group admin HeliControl
    [Oxide] 2:39 AM [Info] Permission 'HeliControl' doesn't exist
     
    Last edited by a moderator: Feb 15, 2016
  9. It's oxide.grant group admin helicontrol.callheli as it's written in the plugin description.
     
  10. I thought the callheli was just to call the heli is this for all the commands?
     
  11. cant call a heli :s it says spawn one but dont come...
     
  12. Oh ok, so no you can't do it! Thanks! :/
     
  13. I never ruled it out, I just haven't thought of how I wanted to approach it yet. I still have plans to implement something like this soon, if it really is as requested as it seems.




    Unless Rust's way of spawning helis is somehow broken for you, it should work perfectly fine. The code for spawning the Heli works the exact same was as the original console command, so I'm assuming you're just expecting it to show up a lot faster than it does. For testing, try changing the HeliSpeed to something really high like 60 or 70 in the config, and see if it eventually comes. I'm pretty sure it always spawns at the coordinates: 0 0 0, so it takes a while for it to get anywhere. If you want it to spawn quicker, you can use /callheli "Name"

    Sorry, perhaps I should've clarified in the description that the permission is indeed for everything in the plugin, not just calling, my bad!
     
  14. So I finally updated the heli mod because I saw all the updates and now I can't call it any more. I tried setting the config file use Authlevel to true and I am level 2 the server owner. I get an error message saying I don't have permission. I tried typing in the command helicontrol.CanCallHeli plus also with my name after it, in the console and either of those commands wasn't recognized. Some help please I'm lost. Thanks
     

  15. I may have accidentally forced people to use the permission no matter what, to grant yourself the permission, you don't type it as a command, you type:

    Code:
    oxide.grant user UserNameOrID helicontrol.callheli
     
  16. Thanks it worked great! Also thank you for taking over support of this mod!
     
  17. Hello, how to make that a larger number of helicopters were flying? The card I have a big and I want everyone to literally afraid to go to the point of loot
     
  18. Hi all. Help, please!
    I am a owner of my server. But i don't entering the command "ownerid" in chat yet.
    Can i use command /callheli, if i only added me to admin group, and give the permissions to me and to the group?
    chat:
    > oxide.grant user cucagmin helicontrol.callheli
    [Oxide] 2:25 PM [Info] User 'cucagmin (76561199505651389)' granted permission 'helicontrol.callheli'
    > oxide.grant group admin helicontrol.callheli
    [Oxide] 2:26 PM [Info] Group 'admin' granted permission 'helicontrol.callheli'
    > server.writecfg
    Config Saved

    I enter /callheli in th chat, but it says that i don't have permissions for this command.
     
  19. You must be doing something wrong. There's no reason you shouldn't be able to use the command. Also, writecfg isn't needed to save oxide permissions. Also, you can try making sure the AuthLevel option in the config is set to false, but I think permissions override it.
     
  20. "TimeBetweenRockets - this is the time (in milliseconds) between rockets, when the heli is strafing. Default is 0.2. (200 ms)"

    Just so im not actually confused by this statement, its actually in seconds and not milliseconds? Otherwise if the default is 0.2, that's 0.2 ms
    There's a bit of a contradiction here :D