📝Config

Adding new cityhalls

Config.HallLocations =  { 
	['maincityhall'] = {
        blip_name = "City Hall", 
        blip_enabled = true,
        blip_location = vector3(-269.02, -955.91, 31.22),
        blip_sprite = 419,
        blip_scale = 1.0,
        blip_shortrange = true,
        blip_color = 0,
        --
        pedspawn = true,  
        ped_coords = vector3(-269.02, -955.91, 30.22),
        ped_heading = 207.48,
        ped = "a_f_y_business_01",
        scenario = "WORLD_HUMAN_STAND_IMPATIENT", 
        --
        target_loc = vector3(-269.02, -955.91, 31.22), -- Set where you want the target, if using ped then set it to the ped_coords
    },
}

Main Menu Language Change

To add or remove jobs edit this section

Last updated