How exactly do I add the ablity for people to call in a heli?
i tried
rewards add command "Call in the Heli!" "drop" "500"
rewards Add command Heli "say /spawnheli $player.name" "2"
I'm lost ;/
How exactly do I add the ablity for people to call in a heli?
i tried
rewards add command "Call in the Heli!" "drop" "500"
rewards Add command Heli "say /spawnheli $player.name" "2"
I'm lost ;/
Hi all,
I want to sell a command to call the heli to the player who buys it in the ServerRewards store, but I don't want them to have access to the command otherwise. Meaning, everytime they want to call a heli, they have to buy it from the in-game store.
I know I could just give them the permission helicontrol.callheli in the Heli Control plugin, and put this for sale in the store,
"RewardCommands": {
"Call Heli to my position": {
"Command": [
"callheli pos $player.x $player.y $player.z 1"
],
"Description": "",
"Cost": 5000
}
but then they would have access to it all the time.
"RewardCommands": {
"Call Heli to my position": {
"Command": [
"callheli $player.id"
],
"Description": "",
"Cost": 5000,
"cooldown": 3600
} In response to jaman ():yes exactly but i use gui shop, i have all the items there, car, boats, heli, chinool, bradley, airs...
"Call Helicopter": {
"description": "Calls Heli for you and your Clan and attacks only you, loot can be taken only by you!",
"iconName": null,
"commands": [
"personalheli.call $player.id"
],
"displayName": "Call Personal Helicopter",
"cost": 480,
"cooldown": 0Use this config at "commands": eyeSight
Use this Plugin:
https://umod.org/plugins/personal-heli
Use this Config-file than:Use this config at "commands":"Call Helicopter": { "description": "Calls Heli for you and your Clan and attacks only you, loot can be taken only by you!", "iconName": null, "commands": [ "personalheli.call $player.id" ], "displayName": "Call Personal Helicopter", "cost": 480, "cooldown": 0
hi :) is there any way for players to be able to call the heli to have to pay with scrap?