Esx_policejob how to add multiple positions?

Hello, so i want to add multiple locations to every police position.
LSPD = {

	Blip = {
		Coords  = vector3(425.1, -979.5, 30.7),
		Sprite  = 60,
		Display = 4,
		Scale   = 1.2,
		Colour  = 29
	},

	Cloakrooms = {
		vector3(452.6, -992.8, 30.6)
	},

	Armories = {
		vector3(451.7, -980.1, 30.6)

How to add multiple positions to every of these

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.