Lumberjack Job
Config.lua to Lumberjack Job
Config.lua
Config = {}
-- Start Cutting Wood --
Config.coords1 = {
{2513.1580, 540.6583, 113.3968},
{2512.6582, 526.4741, 113.4546}
}
Config.icon1 = "fas fa-hand"
Config.size1 = vector3(5.0, 5.0, 5.0)
Config.blipSprite1 = 477 -- Change the sprite ID according to the desired blip icon
Config.blipColor1 = 5 -- Change the color according to the desired blip color (e.g., 5 for blue)
Config.blipScale1 = 1.0
-- Wood processing --
Config.coords2 = vector3(2511.9968, 543.5132, 113.7053)
Config.icon2 = "fas fa-hand"
Config.size2 = vector3(5.0, 5.0, 5.0)
Config.blipSprite2 = 477 -- Change the sprite ID according to the desired blip icon
Config.blipColor2 = 5 -- Change the color according to the desired blip color (e.g., 5 for blue)
Config.blipScale2 = 1.0
-- Sell Planks --
Config.coords3 = vector3(2505.2000, 532.7111, 114.4270)
Config.icon3 = "fas fa-hand"
Config.size3 = vector3(5.0, 5.0, 5.0)
Config.blipSprite3 = 477 -- Change the sprite ID according to the desired blip icon
Config.blipColor3 = 5 -- Change the color according to the desired blip color (e.g., 5 for blue)
Config.blipScale3 = 1.0
Last updated