{
"Version": "1.3.2",
"Supply Signals": [
{
"Item Name": "Call Patrol Heli",
"Item Skin Id": 2920176050,
"Should Explode": true,
"Run Random Command ": false,
"Commands To Run": [
{
"Type": "Client",
"Command": "heli.calltome"
}
]
}
]
}
"Should Explode": true,
TheI can only get the supply signal to call a heli when person who threw it is an admin. My config file is as follows:
heli.calltome
command requires admin privileges. That being said, to call a helicopter to a player, you'd need a patrol helicopter plugin that provides a command for this purpose. Unfortunately that's just how it works with certain native commandsIf set toAlso, should"Should Explode": true,
stop the actual airdrop coming in?
false
, no pink smoke will appear and the cargo plane that drops the airdrop won't spawnThere isn't a specific one that comes to mind, anything should work. This plugin works universally with any plugin as long as it provides commands and placeholders for player id, name, etc.Ah excellent, got it now. I'll have a tinker.
Any suggestions for a patrol heli plugin that will work well alongside yours?
That would be great as the one I use locks to player or team and I really just want one that calls in a heli, so a player lobs a flare and everyone has to be on their toes and avoid or help deal with itI might consider making a simple plugin to call helicopters if the existing ones are too complex or packed with unnecessary features
Alright, I have added it to my todo list. In the meantime, you can use this simplified version. The command isThat would be great as the one I use locks to player or team and I really just want one that calls in a heli, so a player lobs a flare and everyone has to be on their toes and avoid or help deal with it
heli.call2player <playerId>
and set its type to Server
in the config "Commands To Run": [
{
"Type": "Server",
"Command": "heli.call2player {PlayerId}"
}
]
Then you likely have another plugin interfering and manually triggering the explosionThat is amazing, works perfectly for me will test that with my players later when some of them get online
Going back to this one,
We still get the smoke and the airdrop?JSON:"Should Explode": false,
Ah, it was Fancy Drop causing that issue, I have swapped it out for your plugin Airdrop Settings.Then you likely have another plugin interfering and manually triggering the explosion
What's the command that requires double quotes?Is it possible to add single quotes in the command section to be able to run commands that uses "" ?
Use the escape character \ before your quotation marks around your commandIs it possible to add single quotes in the command section to be able to run commands that uses "" ?
gcrate position EventName "337.21 8.32 -297.80"What's the command that requires double quotes?