Adding personal helicopter as reward?Solved
I am trying to setup personal helicopter with the shop buit not having any look 

"commands": {
"Call Heli": {
"description": "Calls the Heli extremely close to you",
"iconName": null,
"commands": [
"personalheli.call $player.name",
"say Heli called by $player.name, to their location. Please do not interfere with it."
],
"displayName": "Call Heli to you",
"cost": 5000,
"cooldown": 0​
personalheli.call {steamId} -- admin command, calls helicopter for player with specified steamId, no cooldowns​

$player.id
Thank you :)
Locked automatically