HWFly

Moved

Total Downloads: 8,954 - First Release: Jan 11, 2016 - Last Update: May 9, 2018

5/5, 26 likes
  1. 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
     
  2. Check your logs for any error's
    And post those error in here
     
  3. @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?
    I've to say I'm using the plugin on the Hurtworld Itemv2 server
     
  4. Wulf

    Wulf Community Admin

    The itemv2 version is linked on the Overview.
     
  5. update the plugin plss
     
  6. Wulf

    Wulf Community Admin

    For what?
     
  7. eyy the server give an error
     
  8. Wulf

    Wulf Community Admin

    Can’t really help without seeing the error and details.
     
  9. 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 
     
  10. 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;
                }
    change to:

    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
  11. I have a problem:
    upload_2018-4-16_16-26-26.png
     
  12. 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 :(
     
  13. 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 
    
    After reload plugin is working! So it need small fix.

    12:06 [Info] Fly was compiled successfully in 82ms
    12:06 [Info] Loaded plugin Fly v1.1.3 by Mughisi
     
  14. very well but what should I do to make it work?
     
  15. Wulf

    Wulf Community Admin

    Wulf updated Fly with a new update entry:

    1.2.0

     
  16. Wulf

    Wulf Community Admin

    Wulf updated Fly with a new update entry:

    1.2.1

     
  17. Cela ne fonctionne toujours pas :(
    [DOUBLEPOST=1525929601][/DOUBLEPOST]It still does not work :(
     
  18. Besure to remove the oldst plugin and also on your config folder plus data and download.
    An brand new fresh one and place that one inside of the plugin folder
     
  19. yes that's what I did but it still does not work
     
  20. Wulf

    Wulf Community Admin

    We'd need more details other than "does not work", such as versions of Oxide and such. You do need to be on the latest Oxide build though.