yeah three possibility finds a noclip script

or wtih chat dialog box

/tp 234.89 -390.92 -84.93

or with esx_teleport

puis ajoute ces lignes en plus dans config .lua


-- put in the middle of the script respecting the syntax or if you put it at the end change the syntax of the script -- 

['Palaisejustice1'] = {
		['Job'] = 'none',
		['Enter'] = { 
			['x'] = 237.96, 
			['y'] = -413.14, 
			['z'] = 48.11,
			['Information'] = '[E] Rentrer Palais Justice' 
		},

		['Exit'] = {
			['x'] = 236.88, 
			['y'] = -400.35, 
			['z'] = -84.93, 
			['Information'] = '[E] Sortir Palais Justice' 
		}
	},
	
	['Palaisejustice2'] = {
		['Job'] = 'none',
		['Enter'] = { 
			['x'] = 232.89, 
			['y'] = -411.21, 
			['z'] = 48.11,
			['Information'] = '[E] Rentrer Palais Justice' 
		},

		['Exit'] = {
			['x'] = 234.89, 
			['y'] = -390.92, 
			['z'] = -84.93, 
			['Information'] = '[E] Sortir Palais Justice' 
		}
	},
2 Likes