ServerRewards

Moved

Total Downloads: 14,033 - First Release: Mar 2, 2016 - Last Update: Jun 9, 2018

5/5, 61 likes
  1. It says command not found
     
  2. How do i add icons? to items i know it says it in the thing but i dont understand please help
     
  3. Click here and Read it all
     
  4. Ok, since everyone just ignores me - maybe you can help me? I did everything right. I see all the icons. But almost everyone on my server can see only white squares.....
     
  5. I updated my easy to use json tool to bring in workshop items to include chairs, tables, and rugs. let me know if anything seems broken.

    http://dbnerd.com/json/curl.php
    [DOUBLEPOST=1487887010][/DOUBLEPOST]
    if you're able to see the images but no one else is and you're using local images, it may be a permission issue on the images folder.
     
  6. upload your serverrewards_rewards.json file
     
  7. Any way we can get a version will all items already enabled, that way we don't have to add them in 1 by 1?
     
  8. http://dbnerd.com/json/curl.php

    You can add your own items from the workshop using that tool.

    Also it's not a complete list but it will get you started.
     

    Attached Files:

  9. your json is a bit messed up there
     
  10. Thanks DBNerd but none pop up on the either the npc items or the gui
     
  11. Fixed. Yep I misplaced a period in the code. You can always grab a generated JSON from http://dbnerd.com/json/ that pulls from the latest schema.

    Edit: Currently making changes.
    [DOUBLEPOST=1487911032][/DOUBLEPOST]
    Just fixed my script. You can pull a copy of the JSON here: http://dbnerd.com/json/
     
  12. whats a website I can copy images from for the icons none of them will work for me ?
     
    Last edited by a moderator: Feb 24, 2017
  13. You have a lot of mistakes in your file and the bio fridge is not in the game yet any way here is the fix for your file the format of it would take me to long to fix
     

    Attached Files:

    Last edited by a moderator: Feb 24, 2017
  14. The Biohazard Fridge skin is in the game. You can easily bring in anything from the workshop that's not approved. But this specific item is pulling from the live scheme directly.

    Also the file you're referencing is an old file that I admitted had issues. Pull the latest json from http://dbnerd.com/json
     
  15. This is what you had for that item
    Code:
    "255": {
    "DisplayName": "Biohazard Fridge",
    "URL": "http://s3.amazonaws.com/s3.playrust.com/icons/inventory/rust/21209_small.png",
    "ID": ,
    "Amount": 1,
    "Skin": 864918396,
    "Cost": ,
    "TargetID": 0
    And this is only one of many mistakes and as I could not get a custom skin id I just put it as a normal fridge and could not confirm what you had there
     
    Last edited by a moderator: Feb 24, 2017
  16. 1 - I updated the script with a fix for fridge.deployed in the script so that fills in properly now

    2 - I did notice another error that may be causing it to show up blank, the numbers skip around instead of being sequential. I'll get that sorted in a bit.
     
  17. You would need to download the file I posted and your own then compare to see all the fixes done then you can see the mistakes you had
     
  18. A lot of the skins aren't working, neither in SRNPC or in the /s menu
     
  19. You don't see the upload a file button?
    Upload this then in rcon type
    loadimages
    then
    reload ServerRewards
     

    Attached Files: