Change the coordinates of the airport

Hello,
Where do I find the coordinate file of the gas station of the aircraft and the helicopter at the airport?
( A point and B point)
I want to change the profile manually and custom.
Which route is there? What is the path name and filename associated with it?
Thanks

What resource are you using?

1 Like

Go to the resource that is drawing the blip and change the coords.

	AddBlipForCoord(
		x --[[ number ]], 
		y --[[ number ]], 
		z --[[ number ]]
	)

It will be on one line though.

1 Like

this resource : esx_pilotjob
Do you mean that right?