HeliControl
Moved
Total Downloads: 35,361 - First Release: Sep 18, 2015 - Last Update: Apr 19, 2018
- 5/5, 74 likes
-
Any update Shady on when players can call Heli's onto themselves with a permission?
-
-
Hello, nice work .
Can you add Disable "normal rocket" ? (only Napalm)
And a Bullet type line ? Like Explosive
Thanks -
-
-
I was having some server issues today so testing wasn't possible, I'll try my hardest to get it released as soon as I can, but I make no promises. -
How do I make my admin become able to call the heli I still don't get it.
-
helicontrol.callheli (gives you access /callheli)
helicontrol.killheli (gives you access /killheli)
helicontrol.killgibs (gives you access to /killgibs)
helicontrol.killnapalm (gives you access to /killnapalm)
helicontrol.strafe (gives you access to /strafe)
helicontrol.update (gives you access to /updatehelis)
helicontrol.destination (gives you access to /helidest)
helicontrol.admin (gives you permission to everything)
So type into your console:
oxide.grant user "STEAMIDHERE" helicontrol.admin
Or substitute helicontrol.admin with whatever you want to give them.
[DOUBLEPOST=1472454437][/DOUBLEPOST] -
Everybody who haves server needs to get patient - also people don't even deserve to hustle on you, cause simply reading here trough support forum they are'n even capable to read simple overview (literaly one post above me and more post above, the page back wect...) So no need to apologize
Thanx for your hard and awesome work!
-
Hey man i was curious if you could help me figure out why it is that when i update the config and do /updatehlis even though it says it updated them they are still doing everything that is default, and i really want to lower their damage and disable rockets.
[DOUBLEPOST=1472476250][/DOUBLEPOST]This is my config setup on the heli
{
{
"UseGlobalDamageModifier": false,
"ModifyDamageToHeli": true,
"DisableHeli": false,
"UseCustomLoot": false,
"UsePermissions": false,
"GlobalDamageMultiplier": 4.0,
"HeliAccuracy": 2.0,
"MaxHeliRockets": 0,
"HeliBulletDamageAmount": 0.50,
"HeliSpeed": 25.0,
"MainHealth": 10000.0,
"MainRotorHealth": 750.0,
"TailRotorHealth": 375.0,
"MaxLootCratesToDrop": 6,
"pistol.eoka": 5.0,
"pistol.revolver": 5.0,
"pistol.semiauto": 5.0,
"rifle.ak": 5.0,
"rifle.bolt": 8.0,
"smg.2": 5.0,
"smg.thompson": 5.0
}
}
Heli is still doing 20+ damage a hit, and is still firing rocket vollies, plugin not working or something?
Also used the /updatehelis command several dozen times still no changes.Last edited by a moderator: Aug 29, 2016 -
Unload the plugin, open the config, save the config with your changes, load the plugin again, kill the current helicopter, call a new one. -
What i'm trying to say is in the server panel is Save and apply in the Addon scripts portion of the panel, considering loading / unloading it or no? -
Code:oxide.unload HeliControl
Code:oxide.load HeliControl
-
i can call helicopters in no issue, its their damage and hp values and whether they use rockets or not i can't change.
[DOUBLEPOST=1472482897][/DOUBLEPOST]i dont
-
You could either set up RCON (not very hard) or try to inquire more information about how reloading plugins works on a server panel like yours. As I said before, I, unfortunately, do not have any experience with those types of servers, so you'll have to either try figuring it out yourself or asking someone who knows.
EDIT:
If you're auth level 2 (an admin) I believe you can use the oxide commands on your client by pressing F1 and typing them. Go ahead and try what I listed above for RCON, but doing it on your client in console instead, just typing the same command. -
And for an Rcon is there a Particular one you would reccomend? -
As for the RCON, I recommend using RustAdmin as the client. If you need to know how to set it up (assuming you haven't already), I think there's already tutorials on this site somewhere, and if not, googling it shouldn't be too hard. -
oxide.unload HeliControl
[Oxide] 16:18 [Info] Unloaded plugin HeliControl v1.0.39 by Shady
oxide.load HeliControl
[Oxide] 16:19 [Info] Loaded plugin HeliControl v1.0.39 by Shady
These are what showed up in Rcon but have absolutely no effect ingame -
Ok, I'll take a look at why that may be happening. Can you try enabling a config option like DisabeHeli and testing it? If that also isn't working, something is certainly wrong, though not sure what.