13 lines
213 B
Lua
13 lines
213 B
Lua
|
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},
|
||
|
}
|