Search results

  1. remove.tk

    Solved [Help] My Plugin Error

    Fougerite 1.2.8 Entity Destroy not error NullRef (sorry I'm not good at English, I'm sorry if you don't understand)
  2. remove.tk

    Solved [Help] My Plugin Error

    i try use Fougerite 1.2.8 not error
  3. remove.tk

    Solved [Help] OnShowTalker ?

    Thanks
  4. remove.tk

    Solved [Help] My Plugin Error

    Ok Thanks
  5. remove.tk

    Solved [Help] OnShowTalker ?

    Hooks Add error ?
  6. remove.tk

    Solved [Help] My Plugin Error

    NullReferenceException: Object reference not set to an instance of an object at Facepunch.MeshBatch.Runtime.MeshBatchPhysicalOutput.ActivateImmediatelyUnchecked () [0x00000] in <filename unknown>:0 at Facepunch.MeshBatch.Runtime.MeshBatchPhysicalOutput.OnQueue () [0x00000] in <filename...
  7. remove.tk

    Solved [Help] My Plugin Error

    Entity Destroy ( en.Destroy(); ) what error ?
  8. remove.tk

    Solved [Help] My Plugin Error

    change .net 3.5 work thanks
  9. remove.tk

    Solved [Help] My Plugin Error

    ha ha i use .net 4.0
  10. remove.tk

    Solved [Help] My Plugin Error

    i try use source code GlitchFix Work not error Thanks
  11. remove.tk

    Solved [Help] My Plugin Error

    not working error
  12. remove.tk

    Solved [Help] My Plugin Error

    if remove code will not error public void HandleEntityDeployed(Fougerite.Player player, Fougerite.Entity en) { if (RampLoot_Enabled) { if (en != null) { if (en.Name.Contains("Ramp")) {...
  13. remove.tk

    Solved [Help] My Plugin Error

    using System; using System.Collections.Generic; using System.Linq; using System.Text; using Fougerite; using UnityEngine; using System.IO; using System.Net; using System.Reflection; namespace RampLoot { public class RampLoot : Fougerite.Module { private bool RampLoot_Enabled =...
  14. remove.tk

    Solved [Help] My Plugin Error

    i want check ramp Paste on sleepingbag (sorry I'm not good at English, I'm sorry if you don't understand)
  15. remove.tk

    Howto C# Timer ?

    Thanks work 100%
  16. remove.tk

    Howto C# Timer ?

    Thanks
  17. remove.tk

    Howto C# Timer ?

    i want use ParallelTimer C#
  18. remove.tk

    Howto C# Timer ?

    Howto C# Timer ? (Module Plugin) I want example timer start or kill
  19. remove.tk

    Solved Fougerite.reload (C# Module Plugin) not working ?

    C# Module Plugin I try fougerite.reload or fougerite.reload PluginName yet no change (i must run server again)