Last active 4 months ago
0
0
1
| 1 | { |
| 2 | // The format version. Script only checks the last piece (the 1.3.1) |
| 3 | "version": "Jackz Custom Vehicle 1.3.1", |
| 4 | "created": 1661726534, // Unix timestamp when the vehicle was created. Optional |
| 5 | "name": "MyVehicle", // A name for the vehicle, used for when importing into the editor. Optional |
| 6 | "author": null, // An author name credited for making vehicle. Optional |
| 7 | "blipIcon": 252, // The blip id to show. See https://docs.fivem.net/docs/game-references/blips/ |
| 8 | "spawnLocation": { x = 0, y = 0, z = 0 }, // The spawn location of the vehicle. Optional, null will disable |
| 9 | "allowPlayerSpawning": false // Default is false, allows other players to use 'spawnbuild name' command |
| 10 |