Scripts/resources/[qb]/[qb_shops]/qb-animalfarm/config.lua

13 lines
213 B
Lua
Raw Normal View History

2024-12-29 20:06:22 +00:00
Config= {}
Config.PriceMeat ={
["cowpelt"] = 32,
}
Config.SellSpots = {
{x = 1291.96, y = 4367.05, z = 41.34 }
}
Config.Animals = {
{model = "a_c_cow", hash = -50684386, item = "Ko-skind", id = 39},
}