1. Manfegor submitted a new resource:

    Simple Private Message - A simple private messaging plugin for players

    Read more about this resource...
     
  2. top nice plugin thnx
     
  3. Status message delivery does not work
     

    Attached Files:

  4. Do you get that error message at the first install? What other plugin you use?
    It seem that the lang messages register cause something, but I'm unable to reproduce this error yet, but I'll try. :/

    PS: Oh, and did you edited the plugin code?
     
    Last edited by a moderator: Dec 17, 2015
  5. Please edit it showed an error , set the original and all the same
     
  6. Firstly I cannot reproduce this error fully, but I can make something similar. It happened to me, when I tried to put two similar key into the lang file, ex:
    Code:
    "MessageSent", "The message has been delivered."
    "MessageSent", "The message can't be delivered."
    But could happening just if you edit the plugin code!

    Also you did not answered any of my questions, so please answer them, because:
    • On your picture said "Previous version of plugin failed to load". So it seems you installed previously the plugin, because if you did not do it, then the message would be: "No previous version to rollback"
    • It seems also, that you edited the plugin code, because on the picture is said:
      Code:
      at System.Collections.Generic.Dictionary`2[System.String, System.Collections.Generic.Dictionary`2[System.String, System.String]].Add (System.String key, System.Collections.Generic.Dictionary`2 value)
      This means that somehow it managed to place a Dictionary into a Dictionary. It's quite impossible, because the original plugin hasn't got anything like that, it has two string in a Dictionary.
    What I suggest first place that delete the plugin file and the lang file from the lang folder also the config file from the config folder, after that download again and install it. After if you want to edit the messages, please edit just the lang file! And just the text after the : in each line.
     
  7. Thanks, I'll try)
     
  8. plugin working very good!
     
  9. Awesome plugin, doesnt seem to work however with people with spaces in their names.
     
  10. Wulf

    Wulf Community Admin

    Use quotes around their name, ex. /pm "Bob Barker"
     
  11. Thanks! I'll add this into my help section as well.
     
  12. Doesn't work after update.
    4:00 PM [Error] PrivateMessage.cs(124,17): error CS1061: Type `PlayerIdentity' does not contain a definition for `IsConnected' and no extension method `IsConnected' of type `PlayerIdentity' could be found. Are you missing an assembly reference?
     
  13. Wulf

    Wulf Community Admin

    The below attachment should work fine. Did a few other changes to use more of Oxide's API.
     

    Attached Files:

  14. Wulf

    Wulf Community Admin

    You want want to take a look at the attachment I posted above. It has a good bit of cleanup in it as well.
     
  15. Yes sorry, I didn't noticed your upload, because after I came home I started to make the update. I will look at your code, and clean up my code too, thanks!
     
  16. "your partner is not online anymore" is what i get when i try to use it
     
  17. Is there a way to get this to work using partial names? I occasionally have people join with uncommong characters in their name and can be a pain to message them by making sure spelling and capitalization are always 100%
     
  18. Plug-in configuration file name should be called? Whatever name?
     
  19. Hello, i don't know if i have the right to put a modified file , i'm sorry if i can't and pls remove this.
    I modified it a bit to make it more easier to use. You can now use partial name and you don't need to use caps for the names that use caps. You will get an error message if you try to pm someone with partial name if there is more than one player with the same partial name ( ex : team identity and team random, you will not be able to use /pm team, you have to use /pm identity or / pm random).
    All credits goes to Manfegor.


    (PS : sorry for my bad english :'( )

    Btw Manfegor, feel free to add this to the official version if you want :)
     

    Attached Files:

    Last edited by a moderator: Jan 8, 2016