1. Hello ,

    Where "SendReply" is defined ?
    I dont find it in oxide.doc and Assembly-CSharp

    What is "ResourceId" and How I do get it ?

    Code:
    namespace Oxide.Plugins{
        [Info("PluginCS", "Author", "0.0.0", ResourceId = 835)]
       
        public class PluginCS : RustPlugin {    [ChatCommand("Example")]
            void Example(BasePlayer player, string cmd, string[] args)
            {
            SendReply(player, "You used the command example!");
            }
        }
    }
    Thanks so much
     
  2. Wulf

    Wulf Community Admin