Admin Chat

Chat in a chatroom for admins only

Total Downloads: 4,038 - First Release: Jun 9, 2015 - Last Update: Oct 6, 2015

5/5, 10 likes
  1. LaserHydra updated Admin Chat with a new update entry:

    1.2.2

     
  2. after update
    Code:
    [Oxide] 1:11 PM [Debug] Reload requested for plugin which is already reloading: AdminChat
    [Oxide] 1:11 PM [Error] Plugin failed to compile: AdminChat (leaving previous version loaded)
    [Oxide] 1:11 PM [Error] AdminChat plugin failed to compile!
    [Oxide] 1:11 PM [Error] AdminChat.cs(144,86): error CS0103: The name `current' does not exist in the current contex
     
  3. Plugin Error:

    AdminChat - Failed to compile: AdminChat.cs(144,86): error CS0103: The name `current' does not exist in the current context
     
  4. LaserHydra updated Admin Chat with a new update entry:

    1.2.3

     
  5. Thanks, now works perfect
     
  6. worked all fixed now
     
  7. Hey Laserhydra, Is there a way to move the admin chat box?
     
  8. You can do it in the plugin file its self but if you don't know what you are doing I'd suggest asking him to add it to the config
     
  9. I have a rough idea just more wanted to make sure I was on the correct track.
    I'm thinking its anchormin and max
     
  10. Code:
    [Oxide] 8:28 PM [Error] Failed to call hook 'cmdAdminChat' on plugin 'Admin Chat' (IndexOutOfRangeException: Array index is out of range.)
    [Oxide] 8:28 PM [Debug]   at Oxide.Plugins.AdminChat.cmdAdminChat (.BasePlayer player, System.String cmd, System.String[] args) [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 
     
  11. How to move (replace) the admin chat to another place?For example I want to move it on right top corner
     
  12. will add that
     
  13. Even as admin or owner, we dont have permissions which are applied to admins group.
    [DOUBLEPOST=1440027561][/DOUBLEPOST]When i add the permissions, they are not written to the file. When i try to add this manually, its just giving errors.
     
  14. oxide.grant group admin adminchat.use
     
  15. Thank you, works.
     
  16. Hi! Any news about that "move (replace) the admin chat to another place" ? :p
     
  17. Any reason why admin chat acts like it only shows half of the messages? We type and what we typed earlier moves up on the screen. But cant see the latest posts
     
  18. I can see the first 4-5 msg's and then the rest are gone. They are not shown.
     
  19. Yeah that's whats going on with mine
     
  20. AdminChat - Failed to compile: AdminChat.cs(278,152): error CS1503: Argument `#4' cannot convert `string' expression to type `Facepunch.ObjectList?'