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.

['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

Last updated

Was this helpful?