Adding garage location esx drp garage

Id like to add a garage point at the lost mc location can anyone please help me?

Copy this and paste in your config.lua (ABOVE THE LAST>>  } <<BRACKET THING) and make the position x,y,z whatever you want it to be.

Garage_TheLostMC = {
Pos = {x = 215.800, y = -810.057, z = 29.727},
Color = {r = 204, g = 204, b = 0},
Size = {x = 3.5, y = 3.5, z = 1.0},
Marker = 1,

	SpawnPoint = {
		Pos = {x = 229.700, y = -800.1149, z = 29.5722},
		Color = {r = 0, g = 255, b = 0},
		Size = {x = 3.5, y = 3.5, z = .3},
		Marker = 1,
		Heading = 157.84
	},
	DeletePoint = {
		Pos = {x = 215.124, y = -791.377, z = 29.646},
		Color = {r = 255, g = 0, b = 0},
		Size = {x = 3.5, y = 3.5, z = .3},
		Marker = 1,
	},
	MunicipalPoundPoint = {
		Pos = {x = 482.896, y = -1316.557, z = 28.301},
		Color = {r = 25, g = 25, b = 112},
		Size = {x = 3.5, y = 3.5, z = .3},
		Marker = 1
	},
	SpawnMunicipalPoundPoint = {
		Pos = {x = 490.942, y = -1313.067, z = 27.964},
		Color = {r = 0, g = 255, b = 0},
		Size = {x = 3.5, y = 3.5, z = .3},
		Marker = 1,
		Heading = 299.42
	},
},

idk why it came out seperate but copy all the code, and change the position coords

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