1. Wulf

    Wulf Community Admin

    If you don't want to use it in-game, then remove the check. I'd still check for if not arg.cmd.namefull then return end though.
    [DOUBLEPOST=1430429452][/DOUBLEPOST]
    You want to catch global.say, as you don't want to catch chat.say which is what normal players use. Before you were using just "say", which would apply to both and cause you more issues.
     
  2. which check? And I mean its just not working anyhow sent from Rusty
     
  3. Wulf

    Wulf Community Admin

    The connection check. :p
     
    Last edited: Jan 30, 2017
  4. yea it works now ^^
    ----
    Just a little question, when do you update oxide? People can't connect to the server... Me neither ^^ :D
     
  5. This is config or add to other file?
     
  6. Wulf

    Wulf Community Admin

    It's a Lua plugin example, but Lua is no longer supported.
     
  7. But maybe i cant change text size?
     
  8. Wulf

    Wulf Community Admin

    <size=12>Text</size>

    In any plugin, any language.
     
  9. Works in .json file?
     
  10. Wulf

    Wulf Community Admin

    It's Unity formatting, it will work wherever there is text to customize.
     
  11. Thanks. And maybe can help to other plugin?