1. I got that error:
    [Oxide] 1:57 AM [Error] Plugin failed to compile: AntiCheat (leaving previous version loaded)
    [Oxide] 1:57 AM [Error] AntiCheat plugin failed to compile!
    [Oxide] 1:57 AM [Error] AntiCheat.cs(376,15): error CS1525: Unexpected symbol `double'

    How ca I know in which line I have the error?
    And which programing enviroment do you recomend me to compile c# plugins?
     
  2. Wulf

    Wulf Community Admin

    It says which line in the error, 376. The plugin compiles fine though, did you edit it?
     
  3. I was changing the punish option when there are no admins online to be more agressive, can I?
     
  4. Wulf

    Wulf Community Admin

    You can, but I'd recommend knowing a bit about C#.
     
  5. you can edit most everything from the config files.
     
  6. I know a a bit of C and C# is very similar.

    The problem is that I want to change the config every time there is no admin connected, so I have to modify the "OnPlayerInit" and the "OnPlayerDisconnected" to check if he is an admin and change the config not to change the config file manually every time
     
  7. I use MonoDevelop's Xamarin Sudio's IDE. I am a beginner, and Brackey's C# tutorials has taught me a lot in the past day. Honestly.
     
  8. I will try it thanks a lot
    [DOUBLEPOST=1438601421,1438590038][/DOUBLEPOST](IOException: Sharing violation on path...)
    What does it means?
     
  9. similar errors to the first one you showed, appear when you forgot a ; at the end of a line
     
  10. But it is a .lua plugin so do not have ";"
     
  11. AntiCheat is C# as I know