1. Domestos submitted a new resource:

    Private Messaging - Allows user to chat private with each other

    Read more about this resource...
     
  2. Domestos updated Private Messaging with a new update entry:

    code cleanup

     
  3. is it for new rust?
     
  4. Yes this is for the new Rust.
     
  5. Do u know how to install them? I can not see PLUGINS folder...
     
  6. Wulf

    Wulf Community Admin

  7. Bottom line of code
    function PLUGIN:SendHelpText()
    needs to be this:
    function PLUGIN:SendHelpText(player)

    Then players will see it with /help but you know that :D
     
  8. I have this Error:

    Code:
    Oxide] 9:26 PM [Error] privatemessage: [string "privatemessage.lua"]:124: attempt to index global 'player' (a nil value)
      at NLua.Lua.ThrowExceptionFromError (Int32 oldTop) [0x00000] in <filename unknown>:0
      at NLua.Lua.CallFunction (System.Object function, System.Object[] args, System.Type[] returnTypes) [0x00000] in <filename unknown>:0
      at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
      at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0 
    can you fix this please?
    ty :)
     
  9. Awesome work!!!!

    Can you add to the config file everything that the plugin prints on the chat ?? Also the commands and chat name ?? So i can translate and change them. Thx
     
  10. basis on 31st jan plugin broken with new rust update.

    when you try to send private message your nick name disappear
     
  11. Domestos updated Private Messaging with a new update entry:

    Rust update

     
  12. Plz :) \/

    Can you add to the config file everything that the plugin prints on the chat ?? Also the commands and chat name ?? So i can translate and change them. Thx
     
  13. Its on my todo list, no ETA
     
  14. Thx :) i'll be waiting :) awesome plugin :)
     
  15. Domestos updated Private Messaging with a new update entry:

    fixes

     
  16. sorry but not working in my server
    Code:
    [Oxide] 9:39 AM [Info] Unloaded plugin Private Messaging (v1.2.1) by #Domestos
    [Oxide] 9:39 AM [Info] Loaded plugin Private Messaging (v1.2.1) by #Domestos
    [Oxide] 9:39 AM [Error] privatemessage: LuaScriptException while calling cmdPm: invalid arguments to method call
      at NLua.Lua.ThrowExceptionFromError (Int32 oldTop) [0x00000] in <filename unknown>:0
      at NLua.Lua.CallFunction (System.Object function, System.Object[] args, System.Type[] returnTypes) [0x00000] in <filename unknown>:0
      at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
      at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
     
    Last edited by a moderator: Feb 7, 2015