UZStore
StoreYoutubeDiscord
  • 👋Welcome to UZStore
  • 📞INFORMATION
    • ⭐Discord Customer Role
    • ❔How can I download the files?
    • 🖥️Supported Resolutions
    • 🛠️Tebex Integration
    • 📝Updates
      • 🧙‍♂️UZCore
      • 🚧Trygon Garage
      • 🏆〡Trygon Hud V2.5
      • 🎁 Daily reward
      • 🌎〡Spawn Selector
      • 🤖〡Register
      • 🔧〡Trygon Mechanic
      • 🚗〡Trygon VehicleShop V2
    • 🧙‍♂️UZCore
  • 💯Taintless
    • ⏸️〡Pause Menu
      • How is it Customize ?
        • Player Details
        • Social/Online/Time
        • Custom Page
        • Announces
      • Changelog
        • v0.9.3
        • v0.9.4
        • v0.9.5
    • 💎〡Multicharacter
      • SQL Installation
      • Notification
      • Changelog
    • 🌎〡Spawn Selector
      • Customize
      • Changelog
        • v1.4.0
        • v1.5.0
    • 🌴〡Pure Hud
      • Customize
  • 👀Typhon
    • 🧙🏼〡Player List
      • Customize
    • 🤝〡Second Hand
      • Customize
      • Common errors and their solutions
    • 🎁〡Daily Reward
      • Customize
    • 📷〡Job Selector
      • Customize
  • 💚Trygon
    • 🏆〡Trygon Hud V2.5
      • SQL Installation
      • Common errors and their solutions
    • 🚧〡Trygon Garage
      • Customize
      • SQL Installation
    • 🎦〡Loadig Screen
      • Customize
    • 🎇〡Trygon Inventory
      • Customize
      • Exports
      • How is it installed ?
    • 🚗〡Trygon VehicleShop V2
      • Customize
      • Common errors and their solutions
    • 🤖〡Register
      • Customize
    • 🔧〡Trygon Mechanic
      • Customize
      • Common errors and their solutions
    • 🚛〡Jobs shipping
      • SQL Installation
Powered by GitBook
On this page

Was this helpful?

  1. Typhon
  2. 📷〡Job Selector

Customize

Customize = {
    Framework = "QBCore", -- QBCore | ESX (Write the framework you used as in the example)    

    SetJobNotify = function(Header, Text)
        -- (client side only)
    end,

    Lang = {
        ['Draw3DText'] = '[E] Job Selector',                        -- client
        ['servername'] = "LABOR",                                   -- ui
        ['exchange'] = "EXCHANGE",                                  -- ui
        ['title'] = "Get your dream job and make lots of money!",   -- ui
        ['currentwork'] = "Currrent work",                          -- ui
        ['salary'] = "Salary",                                      -- ui
        ['closemenu'] = "Close menu"                                -- ui
    },

    JobSelector = {
        {
            Pos = vector3(-269.27, -955.52, 31.22),                 -- Represents NPC and Blip location
            NpcHash = "a_m_m_tranvest_01",                             -- (https://docs.fivem.net/docs/game-references/ped-models/)
            NpcHeading = 206.84,                                    -- Represents the npc's view direction
            Blip = "Job Selector",                                  -- Specifies the name to appear on the map
            BlipSprite = 357,                                       -- (https://docs.fivem.net/docs/game-references/blips/#blips)
            BlipDisplay = 4,                                        -- (https://docs.fivem.net/natives/?_0x9029B2F3DA924928)
            BlipScale = 0.5,                                        -- Sets icon size
            BlipColour = 18,                                        -- (https://docs.fivem.net/docs/game-references/blips/#blip-colors)
        },
        {
            Pos = vector3(160.31, -769.84, 259.75),                 -- Represents NPC and Blip location
            NpcHash = "a_m_y_business_01",                             -- (https://docs.fivem.net/docs/game-references/ped-models/)
            NpcHeading = 330.13,                                    -- Represents the npc's view direction
            Blip = "Job Selector",                                  -- Specifies the name to appear on the map
            BlipSprite = 357,                                       -- (https://docs.fivem.net/docs/game-references/blips/#blips)
            BlipDisplay = 4,                                        -- (https://docs.fivem.net/natives/?_0x9029B2F3DA924928)
            BlipScale = 0.5,                                        -- Sets icon size
            BlipColour = 18,                                        -- (https://docs.fivem.net/docs/game-references/blips/#blip-colors)
        },
    },

    Jobs = {
        {
            JobHeader = 'Taxi Driver',
            JobSubtext = 'There should be a description in a couple of lines, so that the user understands what this work will give them. There should be a description in a couple of lines',
            Price = 50,
            Image = '../images/taxi.svg',
            job = 'taxi'
          },
          {
            JobHeader = 'Bus Driver',
            JobSubtext = 'There should be a description in a couple of lines, so that the user understands what this work will give them. There should be a description in a couple of lines',
            Price = 75,
            Image = '../images/bus.svg',
            job = 'buss'
          },
          {
            JobHeader = 'Tow truck driver',
            JobSubtext = 'There should be a description in a couple of lines, so that the user understands what this work will give them. There should be a description in a couple of lines',
            Price = 120,
            Image = '../images/towtruck.svg',
            job = 'tow'
          },
          {
            JobHeader = 'Farmer',
            JobSubtext = 'There should be a description in a couple of lines, so that the user understands what this work will give them. There should be a description in a couple of lines',
            Price = 150,
            Image = '../images/farmer.svg',
            job = 'Farmers'
          },
          {
            JobHeader = 'Garbage driver',
            JobSubtext = 'There should be a description in a couple of lines, so that the user understands what this work will give them. There should be a description in a couple of lines',
            Price = 150,
            Image = '../images/garbage.svg',
            job = 'garbage'
          },
          {
            JobHeader = 'Trucker',
            JobSubtext = 'There should be a description in a couple of lines, so that the user understands what this work will give them. There should be a description in a couple of lines',
            Price = 95,
            Image = '../images/trucker.svg',
            job = 'trucker'
          },
          {
            JobHeader = 'Postman',
            JobSubtext = 'There should be a description in a couple of lines, so that the user understands what this work will give them. There should be a description in a couple of lines',
            Price = 150,
            Image = '../images/postman.svg',
            job = 'postman'
          },
          {
            JobHeader = 'Wood Cutting',
            JobSubtext = 'There should be a description in a couple of lines, so that the user understands what this work will give them. There should be a description in a couple of lines',
            Price = 270,
            Image = '../images/wood.svg',
            job = 'wood'
          }
    }
}
Customize.lua
Jobs = {
  {
    JobHeader = 'Taxi Driver',
    JobSubtext = 'There should be a description in a couple of lines, so that the user understands what this work will give them. There should be a description in a couple of lines',
    Price = 50,
    Image = '../images/taxi.svg',
    job = 'taxi'
  },
  {
    JobHeader = 'Bus Driver',
    JobSubtext = 'There should be a description in a couple of lines, so that the user understands what this work will give them. There should be a description in a couple of lines',
    Price = 75,
    Image = '../images/bus.svg',
    job = 'buss'
  },
  {
    JobHeader = 'Tow truck driver',
    JobSubtext = 'There should be a description in a couple of lines, so that the user understands what this work will give them. There should be a description in a couple of lines',
    Price = 120,
    Image = '../images/towtruck.svg',
    job = 'tow'
  },
  {
    JobHeader = 'Farmer',
    JobSubtext = 'There should be a description in a couple of lines, so that the user understands what this work will give them. There should be a description in a couple of lines',
    Price = 150,
    Image = '../images/farmer.svg',
    job = 'Farmers'
  },
  {
    JobHeader = 'Garbage driver',
    JobSubtext = 'There should be a description in a couple of lines, so that the user understands what this work will give them. There should be a description in a couple of lines',
    Price = 150,
    Image = '../images/garbage.svg',
    job = 'garbage'
  },
  {
    JobHeader = 'Trucker',
    JobSubtext = 'There should be a description in a couple of lines, so that the user understands what this work will give them. There should be a description in a couple of lines',
    Price = 95,
    Image = '../images/trucker.svg',
    job = 'trucker'
  },
  {
    JobHeader = 'Postman',
    JobSubtext = 'There should be a description in a couple of lines, so that the user understands what this work will give them. There should be a description in a couple of lines',
    Price = 150,
    Image = '../images/postman.svg',
    job = 'postman'
  },
  {
    JobHeader = 'Wood Cutting',
    JobSubtext = 'There should be a description in a couple of lines, so that the user understands what this work will give them. There should be a description in a couple of lines',
    Price = 270,
    Image = '../images/wood.svg',
    job = 'wood'
  }
}

Previous📷〡Job SelectorNext🏆〡Trygon Hud V2.5

Last updated 11 months ago

Was this helpful?

👀