Add car Previon

This commit is contained in:
Goncalo Carvalho
2021-09-09 17:59:42 +01:00
parent a99f51fddf
commit 6521d23384
+9
View File
@@ -4566,4 +4566,13 @@ QBShared.Vehicles = {
["hash"] = `cypher`,
["shop"] = "pdm",
},
["previon"] = {
["name"] = "Previon",
["brand"] = "Karin",
["model"] = "previon",
["price"] = 149000,
["category"] = "coupes",
["hash"] = `previon`,
["shop"] = "pdm",
},
}