Configuration
Config = {}
Config.Locations = {
[1] = vector3(-68.22, 6248.19, 31.09),
[2] = vector3(-60.14, 6237.95, 31.09),
[3] = vector3(-66.11, 6236.84, 31.09),
[4] = vector3(-65.09, 6245.87, 31.09),
}
Config.SlaughtLocation = {
[1] = vector3(-85.29, 6233.85, 31.09),
[2] = vector3(-79.76, 6231.57, 31.09),
}
Config.PackingLocation = {
[1] = vector3(-95.77, 6207.2, 31.03),
[2] = vector3(-99.55, 6210.73, 31.03),
[3] = vector3(-103.78, 6206.67, 31.03),
[4] = vector3(-98.62, 6204.9, 31.03),
}
Config.ShowPedSeller = true -- Enable / Disable ped seller
Config.Location = {x = 81.39, y = 275.12, z = 110.21, h = 162.81} -- Pedseller Location / can be be changed
Config.SellLocation = vector3(81.39, 275.12, 110.21) -- Sell Location / can be be changed
Config.PedModel = "a_m_m_afriamer_01" -- Here you can change Ped Model
Config.PickChickenAmount = math.random(4,5)
Config.SlaughterItem = {
["chicken_chicken"],
SlaughterAmount = math.random(2,3)
}
Config.PackedItem = {
["slaughted_chicken"],
PackedChickenAmount = math.random(1,1),
Divide = 2,
}
Config.SellItem = {
["packed_chicken"],
PerPacked = math.random(22,24)
}
Config.ProgressTime = {
CollectTime = math.random(8000,9000),
ProceedTime = math.random(1000,1100), -- per chicken * 1sek / Example = 10 chicken/10sek or 11sek
PackingTime = math.random(1000,1100), -- per chicken * 1sek / Example = 10 chicken/10sek or 11sek
}
Config.Distance = {
ShowDrawMarker = true,
DrawMarker = 10.0,
DrawText = 2.0,
Action = 1.0,
}
Config.Animations = {
Packing = 'PROP_HUMAN_PARKING_METER',
Slaughting = 'PROP_HUMAN_PARKING_METER',
Collecting = 'PROP_HUMAN_PARKING_METER',
}
Config.ShowBlip = true -- Set Blips true/false
Config.Blips = {
{title="Chicken Seller", colour=1, id=89, scale=0.6, x = 81.39, y = 275.12, z = 110.21}, -- Here you can change Blip/Coords - You can turn them off with "--"
{title="Chicken Factory", colour=2, id=89, scale=0.6, x = -68.22, y = 6248.19, z = 31.09},
}
Config.Lang = {
["keypress"] = "~g~[E]~s~ Collect Chicken",
["slaught_keypress"] = "~g~[E]~w~ Slaughter Chicken",
["packing_keypress"] = "~g~[E]~w~ Pack Chicken",
["sellpacked_chicken"] = "~g~[E]~s~ Sell Packed Chicken",
["warning_item"] = "Item missing",
["warning_knife"] = "Need a knife to slaughter chickens",
["warning_slaughted"] = "Need slaughtered chickens",
["warning_packing"] = "Need slaughtered chickens for packing",
["collect_chicken"] = "You are collecting chickens...",
["proceed_chicken"] = "You are slaughtering chickens...",
["packing_chicken"] = "You are packing chickens...",
["selling_items"] = "You are selling chickens...",
["see_you"] = "Thanks! See ya.",
["BlipName"] = "Item Seller",
["SellItems"] = "Sell Chickens",
["SellHeader"] = "Item Seller",
["seller_Input"] = "Sell Items",
["slaught_Header"] = "Slaughter Chicken",
["number_Input"] = "Number input",
["chicken_Input"] = "Slaughter Chicken",
["packedchicken_Input"] = "Pack Chicken",
["warning_items"] = "Wrong Quantity!",
["CloseMenu"] = "⬅ Close Menu",
}
Last updated