Help me plsssss...
Posted: 09 Feb 2025, 11:13
So, a few days ago I tried to make my own car plugin.
Previously it worked but when I changed the car id, the game can't find it.
This is the code:
Previously it worked but when I changed the car id, the game can't find it.
Code: Select all
[
{
"id":"$Rc1",
"type":"car",
"frames": [
{
"bmp": "carF00.png", "w": 18, "h": 12, "count": 4
}
],
"v2": true,
"passenger": 1,
"allocate flag": ["Medieval01_road"],
"flag Medieval01_road": true,
"flag normal": false
}
]
Code: Select all
[
{
"id":"$Tcamp",
"title":"Trader camp",
"text": "Decoration set.",
"author": "Fadzz",
"type": "decoration",
"frames": [
{
"bmp": "Tradercamp.png"
}
],
"width": 1,
"height": 1,
"price": 15,
"draw ground": true,
"need roads": false,
"car spawner":[
{
"cars":["$Rc1"],
"radius":10,
"count":5
}
]
}
]