Search results

  1. Jakkee

    Approved CoppersBattleGear

    Tip: You do not need to import System The items aren't being added to the hotbar/armour tab. (You need the slot number, 36 to 39 is the armour slot and 30 to 35 is the hot bar).
  2. Jakkee

    Approved AdminPlus

    Jakkee updated AdminPlus with a new update entry: V 1.8.1 - Command disabled fix Read the rest of this update entry...
  3. Jakkee

    AdminPlus - V 1.8.1 - Command disabled fix

    Fixes
  4. Jakkee

    Fougerite Official

    Not not sure on how much Ram you started off with but if it was 2GB or 4GB outcome would most likely be the same. Having mismatched MHz can slow down your ram (Making it the same or sometimes worse), Also same with Brands. If you brought a PC with a 2GB Samsung 1333MHz stick and put in a...
  5. Jakkee

    Fougerite Official

    Did you buy you PC with 6GB of ram? or did you upgrade it yourself?
  6. Jakkee

    Fougerite Official

    I had a server maybe about 1 year ago just after DeathMSGs got that kill log thingy. I had left logging on and after about a month the log file had over 19k lines. Deleting the file improved the server performance quite a bit.
  7. Jakkee

    Someone still have server on fougerite?

    Plugin Development will not stop, It will just slow down as plugin devs are working on Pluton as well.
  8. Jakkee

    Foundation and pillar BUG!

    GlitchFix fixes these.
  9. Jakkee

    Approved DonatorRank

    Ah okay, I'll look into that.
  10. Jakkee

    Approved BattleServerKit

    It already does, In the LoadOut file When you add a weapon make the Qty equal to the max amount that weapon can have. E.G: Item0=P250 Qty0=8 //Will spawn the P250 fully loaded with 8 bullets Item1=MP5A4 Qty1=10 //Will spawn the MP5 loaded with 10 bullets NOTE: Only works for hotbar (Not sure...
  11. Jakkee

    Approved Vanish

    AttributeError: can't assign to read-only property health of type 'Controllable'
  12. Jakkee

    Approved GatherPlus

    What version of this plugin are you using?
  13. Jakkee

    Fougerite Official

    Either A: The user is using a cracked client Or B: The server failed to connect to steam service. There might be another reason why but I'm not sure what else could cause that
  14. Jakkee

    Fougerite Official

    Get a fresh Assembly-CSharp and patch it using FougeritePatcher If you need help just message :)
  15. Jakkee

    auto doors

    Load fine for me, I added Util.Log() to find where the code stops. It doesn't... Finds the timer and does all the code in there but the door doesn't close. Not sure if this is a bug or just me but Util.Log() doesn't show in Console if its used in a timer, But it still shows in logs.
  16. Jakkee

    StackSizes

    Thought I'd come back to this... I changed the max use for wood to 20,000 for fun and the stacks never go past 250, Actually they'll start taking away from the stack if its 250+.E.G: GatherRate is at 1000, It'll put 100 into a stack but then remove the left over amount (750) from the stack until...
  17. Jakkee

    Solved Plugin HELP!

    Replyed to PM :P
  18. Jakkee

    auto doors

    I'm pretty sure its possible now in 1.0.8. Check dretax's github.
  19. Jakkee

    Solved Some errors

    I see: System.MissingMemberException: 'IPPlugin' object has no attribute 'CreateParallelTimer'. Are you running Fougerite 1.0.8 with the new IronPythonModule?
  20. Jakkee

    Solved Fougerite 1.0.8 Help

    1.0.8 does not have a patcher included because one is not needed. If for any reason your server does not start you may need a patcher found here: http://fougerite.com/resources/fougerite-patcher.106/ - Get a fresh copy of Assembly-CSharp (Find it here...