Ignore:
Timestamp:
Jul 3, 2015, 4:16:11 PM (9 years ago)
Author:
alloc
Message:

Server fixes for A12

File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements/AllocsCommands/Commands/ShowInventory.cs

    r233 r238  
    99                public override string GetDescription ()
    1010                {
    11                         return "list inventory of a given player (steam id, entity id or name)";
     11                        return "list inventory of a given player";
     12                }
     13
     14                public override string GetHelp () {
     15                        return "Usage:\n" +
     16                                   "   showinventory <steam id / player name / entity id>\n" +
     17                                   "Show the inventory of the player given by his SteamID, player name or\n" +
     18                                   "entity id (as given by e.g. \"lpi\")." +
     19                                   "Note: This only shows the player's inventory after it was first sent to\n" +
     20                                   "the server which happens at least every 30 seconds.";
    1221                }
    1322
Note: See TracChangeset for help on using the changeset viewer.