#11088
Post
by Mudflesh » 22 Aug 2022, 02:42
I wonder if someone will help correct this my plugin codes for me.I try to make a fire station(personal use only) which spawn 16 firetrucks and also spawn a fire service helicopter but getting the tags wrongs.This is the codes below:
[
{
"id":"fireservice",
"author":"Muflesh",
"type":"fire brigade",
"title":"Fire Service Facilty",
"text":"This is a Fire Service Facility with 16 cars,2 helicopters and cover wide range of area.",
"height":"4",
"width":"4",
"frames": [{"bmp": "firefacility.png"}],
"needs road":true,
"needs land":true,
"power":-250,
"watwr":-250,
"price":150000,
"monthly price":55,
"build time":10,
"rotation aware":true,
"influence fire department":2500,
"override":true,
"car spawners": [{"id": "$carfirebrigade00","count": 16,"radius": 512}],
{
"id":"$helifireman00",
"type":"fire brigade",
"text":"for emergency situation",
"title":"fire helicopter apron",
"width":1,
"height":1,
"needs road":false,
"influence fire department":"100",
"frames":[{"bmp":"heliport.png"}],
"build height":0,
"helicopter spawner":[{
"id":"$helifirefighter00",
"radius":35,
"requirements":[{"type":"BUILDING","data":{"id":"fireservice"}}]
}],
}
}
]
I will be forever grateful if I get this help.Thank you all.