1. 심각도 코드 설명 프로젝트 파일 줄 비표시 오류(Suppression) 상태
    오류 CS0433 'ConsoleCommandAttribute' 형식이 'Oxide.Core.CSharp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' 및 'Oxide.Ext.CSharp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'에 모두 있습니다. ClassLibrary1 C:\Users\zg\Documents\Visual Studio 2015\Projects\ClassLibrary1\ClassLibrary1\Backpacks.cs 460 활성
     
  2. Wulf

    Wulf Community Admin

    Why are you trying to compile Backpacks.cs manually? Also, you should be using Oxide.Core.CSharp only, not Oxide.Ext.CSharp.
     
  3. add Oxide.Ext.CSharp, Oxide.Core.CSharp

    what is happen ?

    backpacks add permission backpack amount
    if (small = backpacks.small)

    if(mid = backpacks.mid)

    if (high = backpacks.high)

    add...
     
  4. Wulf

    Wulf Community Admin

    I'm not sure what you're asking or what you are trying to do, but there should be no references to or files named Oxide.Ext.CSharp.dll anymore in your server install or project.
     
  5. if not Oxide.Ext.CSharp.dll error using Oxide.Ext.CSharp.dll add ask

    I do not understand what a reference should be :(

    oh i am understand thank you
     
    Last edited by a moderator: Nov 14, 2016