I am trying to use either of these two Admin commands to give items from a RP shop, but they are not working for some reason. inventory.giveid just does nothing, no error in console/RCON at all. inventory.giveto just gives me "Couldn't find player!" even though I know the player is on the server and the spelling and case is correct. I have tested this in game console and manual commands via RCON.
Commands as I'm using them:
inventory.giveto "player" "item.short.name" "amount"
inventory.giveid "Steam64id" "item.short.name" "amount"
The standard inventory.give command works fine in-game to myself as usual, but I need the commands to give other players items.
What am I missing, does anyone know?