Ars-coords (simple script to copy coords)

Hi Guys!

An easy simple script to copy coords in different formats using ox_lib menu

Formats:
x, y, z
x y z
{x, y, z}
x = x, y = y, z = z
vector3(x, y, z)
vector4(x, y, z, w)
heading

Use /coords open the menu.
tested on ox_lib version 2.16.0

no support given

using ox_lib menu so ox_lib is an dependency

Download

1 Like


Dont take coords, pls help

I suggest you to round it but you can copy your coords this way :

RegisterCommand("coords",function()
	lib.setClipboard(tostring(GetEntityCoords(PlayerPedId())))
end)
1 Like

Script is not working after server restart, you need to restart script also one more time to work

fixed it, redownload the script

its a script to copy coords in different formats