Changes between Version 7 and Version 8 of Server fixes
- Timestamp:
- Jul 20, 2014, 8:52:00 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Server fixes
v7 v8 78 78 * ''sayplayer'': Send a message to a single player denoted by his name or entity id. Will be shown on receiver side as "Server (private)". 79 79 * ''settimereal'' / ''str'': Set the in-game time by number of days, hours, minutes 80 * ''showinventory'' / ''si'': List the inventory/belt content of a player denoted by his name or entity id. Note that this data is only updated every 30s when the client sends his current state. Sample output: 81 {{{ 82 Belt of player: 83 064 * brickDecayedTan 84 064 * concreteBlock 85 064 * quarterBlock 86 064 * wedgeWoodWhiteShinglesAlsphalt 87 88 Bagpack of player: 89 031 * canBeef 90 001 * firstAidBandage 91 032 * painkillers 92 001 * PumpShotgun 93 064 * tallGrassDiagonal2 94 }}} 80 95 81 96 … … 83 98 == Release Notes == 84 99 100 101 === [https://7dtd.illy.bz/browser/binary-improvements?rev=93 rev. 93] === 102 103 * Added console command ''showinventory'' / ''si'' 85 104 86 105 === [https://7dtd.illy.bz/browser/binary-improvements?rev=91 rev. 91] ===