1. ownprox submitted a new resource:

    Players Online - add commands such as /who and /players

    Read more about this resource...
     
  2. Add another to be able to write and display nicknames of players
     
  3. I seem to get
    [Error] Failed to call hook 'cmdWho' on plugin 'PlayersOnline' (FormatException: Input string was not in a correct format.)
     
  4. weird try removing

    [ChatCommand("who")]
    void cmdWho(BasePlayer player, string command, string[] args)
    {
    cmdPlayers(player, command, args);
    }

    and use /players command
     
  5. I got this Error today:
     
  6. Wulf

    Wulf Community Admin

    The author doesn't use valid ResourceIds in most of his plugins. Use the below attachment if you'd like.
     
  7. Wulf

    Wulf Community Admin

    This plugin has been marked as Unmaintained. For a supported alternative, try PlayerList | Oxide.