πŸ“™
Simonfas FiveM
  • ⚠️About Simonfas Fivem
    • πŸ›’Shop
    • πŸ”—Discord
  • πŸ“‘EXTRA
    • ❓Questions
    • 🌐Locales
      • πŸ‡ΊπŸ‡²OX LIB Locales
      • πŸ‡ΊπŸ‡ΈNormal Locales
  • Create A Server
    • Getting Started
      • Download Artifacts
      • Setup TxAdmin
  • πŸ–₯️SCRIPTS
    • 🚢Spawn NPC Copy
      • πŸ“½οΈRelease video
      • πŸ“½οΈOX LIB UPDATE
      • 🟒Green Screen
      • πŸ’ƒAnimation Presets
    • πŸšΆβ€β™€οΈSpawn NPC Copy Sample Version
    • 🏎️Drift Script
      • Notify
    • πŸ§₯Refreshskin
    • 🧰Mechanic
    • πŸ›—Elevator
      • Notify
    • πŸš“Job Garage
      • Notify
    • πŸ“±Stausi Tablet
  • πŸ—’οΈFivem Server Files Rework
    • πŸ‡©πŸ‡°[DK] Devo Network Rework
  • 🀩Coming soon
    • πŸ—ƒοΈEvidence
      • Local Databsase
    • πŸ”Restaurant Job
    • 🌳Lumberjack Job
Powered by GitBook
On this page
  1. Coming soon

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
PreviousRestaurant Job

Last updated 10 months ago

🀩
🌳