Search results

  1. Jakkee

    Approved Rank++

    It's a C# plugin. Folow this tut on how to install: http://fougerite.com/threads/how-to-install-c-plugins.387/#post-3770
  2. Jakkee

    Approved TpFriend

    Turn distance check on
  3. Jakkee

    Approved TimeVoter

    Redownload this plugin :p I uploaded a version I didn't test. I hav uploaded the correct file. Also Thanks for posting these errors, Not many people do
  4. Jakkee

    Approved DonatorRank

    Try this
  5. Jakkee

    Approved DonatorRank

    What rank were you? Owner?
  6. Jakkee

    NullReferenceException on Entity.Destroy()

    - Destroying Pillar/Foundations - On_EntityDeployed def On_EntityDeployed(self, Player, Entity): if Entity.Name == "WoodPillar": for foundation in Entity.GetLinkedStructs(): if foundation.Name == "WoodFoundation": if...
  7. Jakkee

    Approved DonatorRank

    Thanks for the report, Do you know how to recreate that error>
  8. Jakkee

    Approved TimeVoter

    Jakkee submitted a new resource: TimeVoter - Let your players vote for the server time and have the option to rig the vote? Read more about this resource...
  9. Jakkee

    TimeVoter - TimeVoter

    Description: Let your players vote for the server time, If you want the time to stay the way it is then you have the option to set the time or rig the vote to what ever time you want. This plugin supports DreTaX's Moderator Plugin Installation: - Place into Python folder - Reload the server -...
  10. Jakkee

    NullReferenceException on Entity.Destroy()

    I get NullReferenceException: Object reference not set to an instance of an object when I do Entity.Destroy() Would post logs but its not showing up in the logs
  11. Jakkee

    Approved GatherPlus

    Jakkee updated GatherRate with a new update entry: V 4.1.4 - Tweak Read the rest of this update entry...
  12. Jakkee

    GatherPlus - V 4.1.4 - Tweak

    Minor Tweak
  13. Jakkee

    Approved AdminPlus

    Jakkee updated AdminPlus with a new update entry: V 1.8 - Moderator support & Tweaks Read the rest of this update entry...
  14. Jakkee

    AdminPlus - V 1.8 - Moderator support & Tweaks

    Minor tweaks and added moderator support for thous who use DreTaX's Moderator plugin Also made it optional to do /duty on before using a command (Delete the settings file to recreate it)
  15. Jakkee

    Approved DonatorRank

    Jakkee updated DonatorRank with a new update entry: V 1.4 - Moderator Support = Fixes Read the rest of this update entry...
  16. Jakkee

    DonatorRank - V 1.4 - Moderator Support + Fixes

    Fixes + Moderator support for thous who use DreTaX's Moderator plugin ~~WHEN UPDATING:: DELETE MODERATORS AND RE ADD THEM~~
  17. Jakkee

    Approved CountryBlackList

    Jakkee updated CountryBlackList with a new update entry: V 1.0.1 - Tweaks Read the rest of this update entry...
  18. Jakkee

    CountryBlackList - V 1.0.1 - Tweaks

    Little fixes and tweaks
  19. Jakkee

    Solved Send Buffer is full, ignoring error.

    Some server host default it to 2. I think 2 means 2 seconds. I had mine set to 2 and about 1/10 times would let you in, Now its at 5 and lets players in 100%
  20. Jakkee

    Solved Send Buffer is full, ignoring error.

    You have a lot of players connecting then disconnecting with in a few seconds (This is why CountryBlackList is throwing On_PlayerConnect errors). Go to your server.cfg and look for/add server.clienttimeout and set it to like 5 or something higher