Blip and Ped Configuration
Set up the locations, peds, and blips for job interactions.
Config.JobStartLocation = {
coords = vec4(968.661377, -1227.027222, 27.065775, 308.919525),
pedModel = 's_m_m_postal_01',
blip = {
title = "Job Centre",
sprite = 351,
color = 47,
scale = 1.1
}
}
Config.JobCenterCA = {
coords = vec4(-1307.889160, -832.825012, 17.139843, 221.530060),
pedModel = 's_m_m_highsec_01',
blip = {
title = "JobCenter CA",
sprite = 500,
color = 47,
scale = 0.9
}
}
coords: Coordinates for the ped or blip.
pedModel: The model of the ped that players interact with.
blip: Configuration for the blip that appears on the map, including title, sprite, color, and scale.
Last updated