LaserHydra submitted a new resource:
Easy Airdrop - Spawn in airdrops with simple commands
Read more about this resource...

Easy Airdrop
Call airdrops using simple commands
Total Downloads: 27,471 - First Release: Apr 3, 2015 - Last Update: Feb 10, 2017
- 4.6/5, 40 likes
-
LaserHydra updated Easy Airdrop with a new update entry:
1.0.1 Fixes
-
i placed this into my Server ... Did not need the other add on for this to work but EVERY ONE can call for airdrops now ... can we get it so you can stop every one from calling airdrops please
.. But this is Fantastic -
LaserHydra updated Easy Airdrop with a new update entry:
1.0.2 Auth Level fixes
[DOUBLEPOST=1427543254][/DOUBLEPOST]
-Laser -
this is not working for me i keep asking for a airdrop for me it says its going to drop but it never does
-
-
Can you add console commands like airdrop.mass # like airdrop.run
-
airdrop.massdrop count = /massdrop
airdrop.toplayer name = /airdrop name
airdrop.topos x y z = not implemented yet
event.run = /airdrop
- LaserHydra -
-
- LaserHydra -
My config worked on the previous rust version,
Code:dropMinX = Convert.ToSingle(GetConfig("Drop", "MinX", -((World.Size/2) - 2500))); dropMaxX = Convert.ToSingle(GetConfig("Drop", "MaxX", ((World.Size / 2) - 2500))); dropMinZ = Convert.ToSingle(GetConfig("Drop", "MinZ", -((World.Size / 2) - 2500))); dropMaxZ = Convert.ToSingle(GetConfig("Drop", "MaxZ", ((World.Size / 2) - 2500))); dropMinY = Convert.ToSingle(GetConfig("Drop", "MinY", 200f)); dropMaxY = Convert.ToSingle(GetConfig("Drop", "MaxY", 300f)); dropMinCrates = Convert.ToInt32(GetConfig("Drop", "MinCrates", 1)); dropMaxCrates = Convert.ToInt32(GetConfig("Drop", "MaxCrates", 5)); minDropCratesInterval = Convert.ToInt32(GetConfig("Drop", "MinDropCratesInterval", 3)); maxDropCratesInterval = Convert.ToInt32(GetConfig("Drop", "MaxDropCratesInterval", 10)); showDropLocation = Convert.ToBoolean(GetConfig("Drop", "ShowDropLocation", true)); airdropSpeed = Convert.ToSingle(GetConfig("Airdrop", "Speed", 40f));
http://i.imgur.com/AzMHtPO.jpg -
-
lol he edited manually the plugin config XD
1) DONT DO THAT, you have a config file for that
2) dropMinX = Convert.ToSingle(GetConfig("Drop", "MinX", -((World.Size/2) - 2500)));
si if you have a 8000 map it will be from -(8000/2 - 2500) = -1500
to 1500 also
that's why all your airdrop sare in the center
modify 2500 to 500 and it will be fixed
but again you shouldnt edit the configs directly from inside the plugin unless you know what you are doing or you want to edit something that is not in the config file. -
[DOUBLEPOST=1429614724][/DOUBLEPOST] -
Having this issue....
Code:[Oxide] 3:09 AM [Error] Failed to call hook 'cmdAirdrop' on plugin 'Airdrops' File: airdrops.lua Line: 43 attempt to index local 'targetPlayer' (a nil value): at NLua.Lua.ThrowExceptionFromError (Int32 oldTop) [0x00000] in <filename unknown>:0 at NLua.Lua.CallFunction (System.Object function, System.Object[] args, System.Type[] returnTypes) [0x00000] in <filename unknown>:0 at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&) at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
Last edited by a moderator: Apr 25, 2015 -
-
I used it this way.
/airdrop "Trek"
according to the game, it called an airdrop for me. However, there was a plane, but it never dropped one near me, it dropped it half way across the map. When I checked the Rcon log, this is what I saw. -
[DOUBLEPOST=1430038208][/DOUBLEPOST]
/Airdrop "[Owner]" then.Last edited by a moderator: Apr 26, 2015 -
this plugin even working? when i do like /airdrop "name" it says its going to in chat but never see the dam thing fly buy or at all