Search results

  1. DreTaX

    Solved Get Fougerite.Version?

    Well the reason should be cause that variable is static. I think you have to call a static var different in IP.
  2. DreTaX

    Solved Get Fougerite.Version?

    In py. Thats when i receive those errors Sent from my Samsung Galaxy S4
  3. DreTaX

    Approved Moderator Function [Deleted]

    You can download it from here.
  4. DreTaX

    Solved Get Fougerite.Version?

    Im testing it atm. xD I keep receiving the read-only errors. @mikec ?
  5. DreTaX

    Approved Fougerite MC [Deleted]

    You cannot call Player.Location.X. You can call Player.X only.
  6. DreTaX

    Solved Get Fougerite.Version?

    When I tried to print it via python. :/ AttributeError: attribute 'Bootstrap' of 'namespace#' object is read-only Process finished with exit code 1
  7. DreTaX

    Important Setup PyCharm for Python plugins

    Well Happy py programming gentleman. Enjoy.
  8. DreTaX

    Solved Where i can download source code of current version (last version)

    You may get them, but as soon as you include It in your mod....
  9. DreTaX

    "Stop" can only be called on an active agent that has been placed on a NavMesh.

    @balu92 and I were trying to remove the NPCs some time ago. Problem is that it also requires to remove the Resources as i was testing further. Bypassing this would be nice.
  10. DreTaX

    Solved Get Fougerite.Version?

    Could you put this in a try catch for me? try { var version = Bootstrap.Version; // Try printing version } catch(err) { Plugin.Log("Error", "Couldn't get it. " + err.message); } I'm not sure why don't we have access to that class tho.
  11. DreTaX

    Approved HomeSystem

    DreTaX updated HomeSystem with a new update entry: Additions Read the rest of this update entry...
  12. DreTaX

    HomeSystem - Additions

    Support for DeathMSG
  13. DreTaX

    Approved DeathMSG

    DreTaX updated DeathMSG with a new update entry: Additions Read the rest of this update entry...
  14. DreTaX

    DeathMSG - Additions

    Added support for HomeSystem Fixes at Timer
  15. DreTaX

    Approved BannedPeople

    DreTaX updated BannedPeople with a new update entry: Fixes/Additions Read the rest of this update entry...
  16. DreTaX

    BannedPeople - Fixes/Additions

    Added Moderator Support. Removed mod support from config.
  17. DreTaX

    Approved Moderator Function [Deleted]

    I will be updating my plugins soon, and Yes, I will add support to them. Edit: Added.
  18. DreTaX

    Approved [AHC] Advanced Help Command

    It would be nice if you could support http://fougerite.com/resources/moderator-function.52/
  19. DreTaX

    Approved TpFriend

    DreTaX updated TpFriend with a new update entry: Fixes Read the rest of this update entry...
  20. DreTaX

    TpFriend - Fixes

    Extended Spoock's method to avoid errors. Extended getPlayer method to avoid errors.