1. I use Game.Hurtworld.Libraries.Hurtworld.SendChatMessage but it want url to object. What? How can i call SendChatMessage in extension?
    [DOUBLEPOST=1459092812][/DOUBLEPOST]Solved. Closed
    [DOUBLEPOST=1459169698,1459091913][/DOUBLEPOST]Not solved) Guys help please!
     
  2. Wulf

    Wulf Community Admin

    As far as I know you'd need to have a plugin inside your extension to call it, similar to how Rust:IO does for Rust.
     
  3. Plugin should be in class who return extension? For example: class Wulf : Extension?

    But how would i add the commands? How would i use hurtworld functions?
     
    Last edited by a moderator: Mar 28, 2016
  4. As Wulf said, add a normal plugin class to your extension.
    class MyPluginClass : HurtworldPlugin
     
  5. I tried it, but i don't know why, command doesn't register and work.
    [DOUBLEPOST=1459367844,1459264959][/DOUBLEPOST]UP
     
  6. What type of extension are you creating? If you don't mind sharing the solution another developer should be able to pinpoint the problem you are having.
     
  7. I don't need an extension. I need to obfuscate a HurtworldPlugin and so i created an extension. I can send you to e-mail my VS-project.
     
  8. That would work fine, just pm on the forums with a link to download the project and I'll take a look tonight.
     
  9. Thanks. I will send you pm today.