it doesn't work
I type "/ fly"
Without any response, I don't fly
Can be used before, not happy
I tried to jump, but not fly
HWFly
Moved
Total Downloads: 8,954 - First Release: Jan 11, 2016 - Last Update: May 9, 2018
- 5/5, 26 likes
-
And post those error in here -
@Mughisi
I got this message while uploading this plugin on my server,
Code:Error while compiling: Fly.cs(144,23): error CS1061: Type `CharacterMotorSimple' does not contain a definition for `FallDamageMultiplier' and no extension method `FallDamageMultiplier' of type `CharacterMotorSimple' could be found. Are you missing an assembly reference?
-
Wulf Community Admin
-
update the plugin plss
-
Wulf Community Admin
-
-
Wulf Community Admin
-
Code:
Failed to call hook 'FlyCommand' on plugin 'Fly v1.1.3' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Core.Libraries.Covalence.Formatter+Lexer.Lex (System.String text) [0x00000] in <filename unknown>:0 at Oxide.Core.Libraries.Covalence.Formatter.Parse (System.String text) [0x00000] in <filename unknown>:0 at Oxide.Core.Libraries.Covalence.Formatter.ToTreeFormat (System.String text, System.Collections.Generic.Dictionary`2 translations) [0x00000] in <filename unknown>:0 at Oxide.Core.Libraries.Covalence.Formatter.ToUnity (System.String text) [0x00000] in <filename unknown>:0 at Oxide.Game.Hurtworld.Libraries.Player.Message (.PlayerSession session, System.String message, System.String prefix, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Game.Hurtworld.Libraries.Hurtworld.SendChatMessage (.PlayerSession session, System.String name, System.String message) [0x00000] in <filename unknown>:0 at Oxide.Plugins.Fly.SendMessage (.PlayerSession session, System.String message) [0x00000] in <filename unknown>:0 at Oxide.Plugins.Fly.FlyCommand (.PlayerSession session, System.String command, System.String[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.Fly.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0
-
Code:
private void FlyCommand(PlayerSession session, string command, string[] args) { if (!session.IsAdmin && !permission.UserHasPermission(session.SteamId.ToString(), "fly.allowed")) { SendMessage(session, "No Permission"); return; }
Code:private void FlyCommand(PlayerSession session, string command, string[] args) { if (!session.IsAdmin && !permission.UserHasPermission(session.SteamId.ToString(), "fly.allowed")) { hurt.SendChatMessage(session, null, "No permission"); return; }
Last edited by a moderator: Feb 18, 2018 -
I have a problem:
-
merci de mettre le plugin a jour ne fonctionne pas sans taper la commande o.reload Fly apres chaque restart
[DOUBLEPOST=1524984013][/DOUBLEPOST]thank you to update the plugin does not work without typing the command o.reload Fly after each restart -
Code:
11:55 [Error] Failed to initialize plugin 'Fly v1.1.3' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.Fly.Loaded () [0x00000] in <filename unknown>:0 at Oxide.Plugins.Fly.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.HandleAddedToManager (Oxide.Core.Plugins.PluginManager manager) [0x00000] in <filename unknown>:0
12:06 [Info] Fly was compiled successfully in 82ms
12:06 [Info] Loaded plugin Fly v1.1.3 by Mughisi -
very well but what should I do to make it work?
-
Wulf Community Admin
-
Wulf Community Admin
-
Cela ne fonctionne toujours pas
[DOUBLEPOST=1525929601][/DOUBLEPOST]It still does not work -
An brand new fresh one and place that one inside of the plugin folder -
yes that's what I did but it still does not work
-
Wulf Community Admin