1. I'm modifying a plugin because of a conflict I'm getting that stops one plugin from working. Can someone give me an example of:

    OnRunCommand(ConsoleSystem.Arg arg)


    used to detect chat.say

    To replace OnPlayerChat(arg)

    I'm a total novice at this....
     
    Last edited by a moderator: Apr 19, 2015
  2. Wulf

    Wulf Community Admin

    Replacing it with that will only remove the warning, not the possible conflict.