1. KillParadise submitted a new resource:

    Bounty Board - Adds a Bounty System to the server

    Read more about this resource...
     
  2. How to use this? have any conmand?
     
  3. Check the FAQ for command list
     
  4. the help in config file is messed up hehe

    "Help": [
    "/rt - display your rank or title",
    "/rt stats - get your current stats if in ranks mode",
    "/rt refresh - refreshes your data file, recommended only used after system switch"
    ],
    "AdminHelp": [
    "/rt wipe playername - Wipes the sleceted players Kills, Deaths, KDR, and Karma",
    "/rt set playername title - Sets a custom title to the selected player, this must be a title in config (NOT RANK)",
    "/rt remove playername - removes a given players custom title, and sets them back into the ransk tree",
    "/rt switch - switch titles only mode on and off, this will use config title automatically without Ranks system",
    "/rt noadmin - Removes admins (auth 2 or higher) from ranks system no kills, or ranks will be given.",
    "/rt kset playername karma - set a selected players karma level",
    "/rt kcheck playername - check the selected players karma",
    "/rt kadd playername karma - adds the entered amount of karma to the selected player",
    "/rt krem playername karma - removes the entered amount of karma from the selected player"
    ]
     
  5. Lol, I actually didn't think I got that in there before uploading,
    here's the actual help config:
    Code:
    "Help": [
        "/bty - Check the current bounty on your head",
        "/bty add playername amt itemname - Add a bounty onto a targeted player.",
        "/bty board - shows the Bounty Board of everyone who has a bounty."
      ],
      "AdminHelp": [
        "/bty reset - resets all of the bounty board data"
      ]
    
     
  6. Keep getting item not found when using /bty add playername 500 ammo_rifle (or any item)
     
  7. same here :)
     
  8. I think stack sizes for ammo are posing an issue, on my main server I use /bty add killparadise 100 ammo_rifle and it works just fine, however if I do /bty add killparadise 200 ammo_rifle I get a "Not enough" error.
    [​IMG]
    after doing the command twice
     
  9. can you add the commands to the config file so i can translate and change them ? thx :)
     
  10. What do you mean?
     
  11. CHR

    CHR

    Will bountys vanish on suicide or beartraps animal kills etc?
     
  12. No, Only on player kills
     
  13. CHR

    CHR

    And for now there is no automated bounty i must set it up?
     
  14. id do /bty add playername 1000
    and it says Not Enough undefined
    allso
    /bty add VirginForLife "Timed Explosive Charge"
    item not found???
     
  15. try /bty add VirginForLife "explosive.timed"
     
  16. Same item not found :/
     
  17. There is an issue with items with a ".", I don't know if the plugin supports it but you could try to use the itemid: 498591726
     
  18. You need to do /bty add playername amount itemname
    For example : /bty add killparadise 1000 metal_fragments
    The plugin should be able to support Ids however there is a chance it might not read them correctly if this is the case let me know and I can fix that.
     
  19. So far so good. It would be nice to see it broadcasted to the server when the bounty is placed.
     
  20. I've gotten a few requests for that, and I will probably include it in the next update.