- Timestamp:
- Jul 3, 2015, 4:16:11 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/AllocsCommands/Commands/ShowInventory.cs
r233 r238 9 9 public override string GetDescription () 10 10 { 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."; 12 21 } 13 22
Note:
See TracChangeset
for help on using the changeset viewer.