Search results

  1. H

    Approved Kit Manager

    hunternope3 submitted a new resource: Kit Manager - With this plugin you will be able to create and give item kits. Plugin project source below. Read more about this resource...
  2. H

    Solved hurtevent.entity.destroy > metal window bar (solved)

    I noticed that the Entity.Destroy() function from class Entity doesn't destroy a metal window bar that is attached to a wooden/metal window. Is there anyone els that experienced the same problem? I have only noticed this problem with the Gameobject metal window bar. for my remover tool i use...
  3. H

    Approved ResourceNodeLoaded Hook

    I've seen oxide plugins use OnResourceNodeLoaded. Is this hook also available for Fougerite? (i couldn't find it). If not, is this going to be available in a later version?
  4. H

    Solved C# XML.Linq

    I recently started writing a plugin for fougerite in C#. I wanted to store my data in a XML file. Compling the plugin and running it on the server without defining a Xml.Linq component works. But as soon as i define a simple XDocument property or normal field: I recieve the following error...