The inventory currently cannot be retrieved from offline players. I first thought this is normal, but today I realized that for example the web map can retrieve inventories from offline players without problems.
Luckily this can easily be fixed: Currently you are using the command
The nickname is only known for online players.
Just use
instead and it works offline too!
Luckily this can easily be fixed: Currently you are using the command
Code:
si "<nickname>" <steamid>
Just use
Code:
si <steamid> <steamid>