1. SkinN õ.Õ'.|. updated Rank-ME with a new update entry:

    2.6.2

     
  2. SkinN, can you wef more functions to you plugin?
    - Total online time on server
    - Player online status (true\false or 1\0)
    It will be very cool!
     
  3. The players playing time could be done, however I don't know what you mean by the players state
     
  4. If player currently on server = 1 or true, if player offline = 0 or false =)
     
  5. is this what you mean?
    Code:
    void OnPlayerInit(BasePlayer player)
    {
        if (player.isConnected())
        {
            Puts(player.displayName + " is connected.");
        }
        else
        {
            Puts(player.displayName + " is not connected.");
        }
    }
     
  6. I mean put it in JSON-Data file, so i can work with it
     
  7. Oh ! I see what you mean now. Hmm I will see what I can do about it then.
     
  8. is there anyway to change the icon to a steam id?
     
  9. Not in the current version no, but the next will have it.
     
  10. thanks for the reply, im looking forward to the new update:)
     
  11. G'day

    Would I assume correctly that if I removed for example all but HEALED from the "list" in the config file that it would only display "times healed" via the ingame chat?

    thanks Dean.
     
    • [Oxide] 05:16 [Warning] Calling 'OnDispenserGather' on 'rankme v2.6.3' took 230ms [GARBAGE COLLECT]

    • Server crash he was always the last message warning ...
     
  12. the rank me is not counting resources right again
     
  13. If you mean when using /rank command, then just add Times Healed key to the Rank Whitelist setting, and set Enable Rank Whitelist to true and only Times Healed will appear.
    [DOUBLEPOST=1466214336][/DOUBLEPOST]
    I need you to be a little more patience until the new version is out, which should solve these issues.
    [DOUBLEPOST=1466214515][/DOUBLEPOST]
    The same above for you. I just wanna add that the way Rank-ME counts resources in the new version will be way different, instead of counting the number of resources you get from rocks or trees or whatever, it will instead count the number of rocks, trees or whatever you break.
     
  14. oh ok that's cool I just want to put it out there thanks its a great plugin
     
  15. How do I change the color of the players name for e.g I type /top pvp kills and it comes up 1. p1 2. p2 3. p3 but they're in light blue and I want them in Dark blue
     
  16. You currently can't. However, I have uploaded a modified version with the change you request until the new version of Rank-ME is out.
     
  17. You're awesome
     
  18. Please add a hook for getting the /top players something like getTopPlayers. THANKS
     
  19. Noted! Will do.