Merge pull request #186 from goncalocarvalho95/main

Add car Previon
This commit is contained in:
Kakarot
2021-09-09 15:32:52 -05:00
committed by GitHub
+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",
},
}