HWFly

Moved

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

5/5, 26 likes
  1. Code:
    Error while compiling: Fly.cs(119,45): error CS1061: Type `CharacterMotorSimple' does not contain a definition for `Accelerate' and no extension method `Accelerate' of type `CharacterMotorSimple' could be found. Are you missing an assembly reference?
    
    Hurtworld V2
     
  2. Wulf

    Wulf Community Admin

    Update Oxide, you're outdated.
     
  3. I have updated oxide.
     

    Attached Files:

    • fly.png
      fly.png
      File size:
      13.1 KB
      Views:
      17
  4. Wulf

    Wulf Community Admin

    You aren't if you are seeing that. I've tested on both legacy and itemv2 branch, both are compiling properly.
     
  5. I have this: AppVeyor I think its latest new oxide. Maybe this person @davidd93700 had same problem.
     
  6. Wulf

    Wulf Community Admin

    Mmm, looks like I missed some changes in the last build. Next build will have what is needed. Thanks!
     
  7. Wulf

    Wulf Community Admin

  8. can you fix the plugin? I very much ask, for a server such errors of a plug-in it simply will kill and I should close the server
     
  9. Wulf

    Wulf Community Admin

    What is broken about it? You haven't provided any details or errors.
     
  10. players at the entrance to the server can fly, I think this plug-in gives this ability, you can fix it?
     
  11. Wulf

    Wulf Community Admin

    The player would have to have the permission granted to them, so unless you granted that to them, they wouldn't be able to fly.
     
  12. an error with the flight of players on this version of the game I have about 2 months, from different players, it periodically occurs when you log on to the server
    [DOUBLEPOST=1528524342][/DOUBLEPOST]players fly, I'll try to make you a video
     
  13. @Wulf
    I'm just trying to grant a player the fly command,
    but while doing /o.grant user username fly.allowed oxide just tels me that the fly.allowed doesn't exist,
    could you please fix this
     
  14. Wulf

    Wulf Community Admin

    You do not have the plugin loaded then, as the permission is indeed being registered so there isn't anything to fix.
     
  15. but I'm able to use /fly by my self so how can that be possible that the plugin isn't loaded then ?
     
  16. Wulf

    Wulf Community Admin

    The permission is registered in OnServerInitialized, is that hook triggering for you?
     
  17. Yeah kind off because i've reupload the plugin and it still gives me the same error
     
  18. Code:
    Failed to call hook 'FlyCommand' on plugin 'Fly v1.2.1' (NullReferenceException: Object reference not set to an instance of an object)
      at Oxide.Plugins.Fly.Ground (.PlayerSession session) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.Fly.SetFlymode (.PlayerSession session, Single speed) [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
    
    Plugin is working, but every use /fly is displaying that.
    [DOUBLEPOST=1532523704][/DOUBLEPOST]v2 ofc