Füsti docs
DiscordGithub
  • Füsti's scripts
  • 🧟‍♂️fusti_zombie
    • Using the export
      • Setting up zone types
      • Setting up blips
      • Setting up zombies
  • 🪚fusti_jobcreator
    • Setting up the config
      • Setting up mainPlace
      • Setting up vehicles
      • Setting up actions
      • Picture of add-on vehicles
  • 🚙FUSTI_VEHICLESHOP
    • Setting up the config
      • Creating categories
      • Setting up the client side handlers and functions
      • Setting up the server side handlers and functions
      • Creating shops
      • Creating vehicles
Powered by GitBook
On this page

Was this helpful?

  1. fusti_jobcreator
  2. Setting up the config

Setting up mainPlace

At the main place you can set up your ped, it coords, and the blip which will point it on the map.

PreviousSetting up the configNextSetting up vehicles

Last updated 1 year ago

Was this helpful?

['mainPlace'] = {
    ped = {
        model = `a_m_m_afriamer_01`,
        coord = vec3(2301.6726, 4755.1230, 36.2161),
        heading = 257.0
    },
    blip = {
        sprite = 351,
        display = 4,
        scale = 1.2,
        colour = 2,
        text = 'Apple picking job'
    }
}

Setting up your job's main place will return as like this:

🪚
The given ped at the coordinates
The given blip with the given label at the coordinates